The BlobCounter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BlobCounter | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BuildObjectsMap |
Actual objects map building.
(Overrides BlobCounterBase..::.BuildObjectsMap(UnmanagedImage).) | |
| ExtractBlobsImage | Overloaded. | |
| GetBlobsEdgePoints |
Get list of object’s edge points.
(Inherited from BlobCounterBase.) | |
| GetBlobsLeftAndRightEdges |
Get list of points on the left and right edges of the blob.
(Inherited from BlobCounterBase.) | |
| GetBlobsTopAndBottomEdges |
Get list of points on the top and bottom edges of the blob.
(Inherited from BlobCounterBase.) | |
| GetObjects | Overloaded. | |
| GetObjectsInformation |
Get objects’ information.
(Inherited from BlobCounterBase.) | |
| GetObjectsRectangles |
Get objects’ rectangles.
(Inherited from BlobCounterBase.) | |
| ProcessImage | Overloaded. |
Fields
| Name | Description | |
|---|---|---|
| imageHeight |
Height of processed image.
(Inherited from BlobCounterBase.) | |
| imageWidth |
Width of processed image.
(Inherited from BlobCounterBase.) | |
| objectLabels |
Objects’ labels.
(Inherited from BlobCounterBase.) | |
| objectsCount |
Objects count.
(Inherited from BlobCounterBase.) |
Properties
| Name | Description | |
|---|---|---|
| BackgroundThreshold |
Background threshold’s value.
| |
| BlobsFilter |
Custom blobs’ filter to use.
(Inherited from BlobCounterBase.) | |
| CoupledSizeFiltering |
Specifies if size filetering should be coupled or not.
(Inherited from BlobCounterBase.) | |
| FilterBlobs |
Specifies if blobs should be filtered.
(Inherited from BlobCounterBase.) | |
| MaxHeight |
Maximum allowed height of blob.
(Inherited from BlobCounterBase.) | |
| MaxWidth |
Maximum allowed width of blob.
(Inherited from BlobCounterBase.) | |
| MinHeight |
Minimum allowed height of blob.
(Inherited from BlobCounterBase.) | |
| MinWidth |
Minimum allowed width of blob.
(Inherited from BlobCounterBase.) | |
| ObjectLabels |
Objects’ labels.
(Inherited from BlobCounterBase.) | |
| ObjectsCount |
Objects count.
(Inherited from BlobCounterBase.) | |
| ObjectsOrder |
Objects sort order.
(Inherited from BlobCounterBase.) |