Method | Description | |
---|---|---|
RecursiveBlobCounter ( ) : System |
Initializes a new instance of the RecursiveBlobCounter class. Creates new instance of the RecursiveBlobCounter class with an empty objects map. Before using methods, which provide information about blobs or extract them, the BlobCounterBase.ProcessImage(Bitmap), BlobCounterBase.ProcessImage(BitmapData) or BlobCounterBase.ProcessImage(UnmanagedImage) method should be called to collect objects map. |
|
RecursiveBlobCounter ( |
Initializes a new instance of the RecursiveBlobCounter class.
|
|
RecursiveBlobCounter ( |
Initializes a new instance of the RecursiveBlobCounter class.
|
|
RecursiveBlobCounter ( |
Initializes a new instance of the RecursiveBlobCounter class.
|
Method | Description | |
---|---|---|
BuildObjectsMap ( |
Actual objects map building. The method supports 8 bpp indexed grayscale images and 24/32 bpp color images. |
Method | Description | |
---|---|---|
LabelColorPixel ( byte pixel, int labelPointer ) : void | ||
LabelPixel ( byte pixel, int labelPointer ) : void |
protected BuildObjectsMap ( |
||
image | Unmanaged image to process. | |
return | void |
public RecursiveBlobCounter ( |
||
image | Image to look for objects in. | |
return | System |
public RecursiveBlobCounter ( |
||
imageData | Image data to look for objects in. | |
return | System |
public RecursiveBlobCounter ( |
||
image | Unmanaged image to look for objects in. | |
return | System |