Initializes a new instance of the BlobCounterBase class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public BlobCounterBase(
	BitmapData imageData
)

Parameters

imageData
Type: System.Drawing.Imaging..::.BitmapData
Binary image data to look for objects in.

Remarks

Creates new instance of the BlobCounterBase class with initialized objects map built by calling ProcessImage(BitmapData) method.

See Also