Click or drag to resize
Accord.NET (logo)

BlobCounterBase Constructor (BitmapData)

Initializes a new instance of the BlobCounterBase class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected BlobCounterBase(
	BitmapData imageData
)
Request Example View Source

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
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