ConnectedComponents Class |
Namespace: OpenCvSharp
The ConnectedComponents type exposes the following members.
| Name | Description | |
|---|---|---|
| Blobs |
All blobs
| |
| LabelCount |
The number of labels -1
| |
| Labels |
destination labeled value
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FilterBlobs |
Filter a image with the specified blob objects.
| |
| FilterByBlob |
Filter a image with the specified blob object.
| |
| FilterByLabel |
Filter a image with the specified label value.
| |
| FilterByLabels |
Filter a image with the specified label values.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLargestBlob |
Find the largest blob.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RenderBlobs |
Draws all blobs to the specified image.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |