Click or drag to resize
Accord.NET (logo)

BlobCounterBase Constructor

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()
Request Example View Source
Remarks
Creates new instance of the BlobCounterBase 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