Метод | Описание | |
---|---|---|
BlobCounter ( ) : System |
Initializes a new instance of the BlobCounter class. Creates new instance of the BlobCounter 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. |
|
BlobCounter ( |
Initializes a new instance of the BlobCounter class.
|
|
BlobCounter ( |
Initializes a new instance of the BlobCounter class.
|
|
BlobCounter ( |
Initializes a new instance of the BlobCounter class.
|
Метод | Описание | |
---|---|---|
BuildObjectsMap ( |
Actual objects map building. The method supports 8 bpp indexed grayscale images and 24/32 bpp color images. |
public BlobCounter ( |
||
image | Image to look for objects in. | |
Результат | System |
public BlobCounter ( |
||
imageData | Image data to look for objects in. | |
Результат | System |
public BlobCounter ( |
||
image | Unmanaged image to look for objects in. | |
Результат | System |
protected BuildObjectsMap ( |
||
image | Unmanaged image to process. | |
Результат | void |