Click or drag to resize
Accord.NET (logo)

RecursiveBlobCounter Constructor

Initializes a new instance of the RecursiveBlobCounter class.

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