Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
BuildObjectsMap ( |
Actual objects map building. The method supports 8 bpp indexed grayscale images and 24/32 bpp color images. |
Метод | Описание | |
---|---|---|
LabelColorPixel ( byte pixel, int labelPointer ) : void | ||
LabelPixel ( byte pixel, int labelPointer ) : void |
protected BuildObjectsMap ( |
||
image | Unmanaged image to process. | |
Результат | void |
public RecursiveBlobCounter ( |
||
image | Image to look for objects in. | |
Результат | System |
public RecursiveBlobCounter ( |
||
imageData | Image data to look for objects in. | |
Результат | System |
public RecursiveBlobCounter ( |
||
image | Unmanaged image to look for objects in. | |
Результат | System |