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( Bitmap image ) |
Parameters
- image
- Type: System.Drawing..::.Bitmap
Binary image to look for objects in.
Remarks
Creates new instance of the BlobCounterBase class with
initialized objects map built by calling ProcessImage(Bitmap) method.