Initializes a new instance of the BlobCounterBase class.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public BlobCounterBase() |
Remarks
Creates new instance of the BlobCounterBase class with
an empty objects map. Before using methods, which provide information about blobs
or extract them, the ProcessImage(Bitmap),
ProcessImage(BitmapData) or ProcessImage(UnmanagedImage)
method should be called to collect objects map.