The BlobCounterBase type exposes the following members.

Constructors

  NameDescription
BlobCounterBaseOverloaded.

Methods

  NameDescription
BuildObjectsMap
Actual objects map building.
ExtractBlobsImageOverloaded.
GetBlobsEdgePoints
Get list of object's edge points.
GetBlobsLeftAndRightEdges
Get list of points on the left and right edges of the blob.
GetBlobsTopAndBottomEdges
Get list of points on the top and bottom edges of the blob.
GetObjectsOverloaded.
GetObjectsInformation
Get objects' information.
GetObjectsRectangles
Get objects' rectangles.
ProcessImageOverloaded.

Fields

  NameDescription
imageHeight
Height of processed image.
imageWidth
Width of processed image.
objectLabels
Objects' labels.
objectsCount
Objects count.

Properties

  NameDescription
BlobsFilter
Custom blobs' filter to use.
CoupledSizeFiltering
Specifies if size filetering should be coupled or not.
FilterBlobs
Specifies if blobs should be filtered.
MaxHeight
Maximum allowed height of blob.
MaxWidth
Maximum allowed width of blob.
MinHeight
Minimum allowed height of blob.
MinWidth
Minimum allowed width of blob.
ObjectLabels
Objects' labels.
ObjectsCount
Objects count.
ObjectsOrder
Objects sort order.

See Also