The BlobCounterBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BlobCounterBase | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BuildObjectsMap |
Actual objects map building.
| |
| ExtractBlobsImage | Overloaded. | |
| 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.
| |
| GetObjects | Overloaded. | |
| GetObjectsInformation |
Get objects’ information.
| |
| GetObjectsRectangles |
Get objects’ rectangles.
| |
| ProcessImage | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| imageHeight |
Height of processed image.
| |
| imageWidth |
Width of processed image.
| |
| objectLabels |
Objects’ labels.
| |
| objectsCount |
Objects count.
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|