Click or drag to resize
Accord.NET (logo)

BlobCounter Constructor

Initializes a new instance of the BlobCounter class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public BlobCounter()
Request Example View Source
Remarks
Creates new instance of the BlobCounter 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.
See Also