The ConnectedComponentsLabeling type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConnectedComponentsLabeling |
Initializes a new instance of the ConnectedComponentsLabeling class.
|
Methods
| Name | Description | |
|---|---|---|
| Apply | Overloaded. | |
| ProcessFilter |
Process the filter on the specified image.
(Overrides BaseFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).) |
Properties
| Name | Description | |
|---|---|---|
| BlobCounter |
Blob counter used to locate separate blobs.
| |
| ColorTable |
Colors used to color the binary image.
| |
| CoupledSizeFiltering |
Specifies if size filetering should be coupled or not.
| |
| FilterBlobs |
Specifies if blobs should be filtered.
| |
| FormatTranslations |
Format translations dictionary.
(Overrides BaseFilter..::.FormatTranslations.) | |
| MaxHeight |
Maximum allowed height of blob.
| |
| MaxWidth |
Maximum allowed width of blob.
| |
| MinHeight |
Minimum allowed height of blob.
| |
| MinWidth |
Minimum allowed width of blob.
| |
| ObjectCount |
Objects count.
|