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