The ConnectedComponentsLabeling type exposes the following members.

Constructors

  NameDescription
ConnectedComponentsLabeling
Initializes a new instance of the ConnectedComponentsLabeling class.

Methods

  NameDescription
ApplyOverloaded.
ProcessFilter
Process the filter on the specified image.
(Overrides BaseFilter..::.ProcessFilter(UnmanagedImage, UnmanagedImage).)

Properties

  NameDescription
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.

See Also