AForge.Imaging.BlobCounter.BlobCounter C# (CSharp) Method

BlobCounter() public method

Initializes a new instance of the BlobCounter class.
Creates new instance of the BlobCounter class with an empty objects map. Before using methods, which provide information about blobs or extract them, the BlobCounterBase.ProcessImage(Bitmap), BlobCounterBase.ProcessImage(BitmapData) or BlobCounterBase.ProcessImage(UnmanagedImage) method should be called to collect objects map.
public BlobCounter ( ) : System
return System
        public BlobCounter( ) { }

Same methods

BlobCounter::BlobCounter ( Bitmap image ) : System
BlobCounter::BlobCounter ( BitmapData imageData ) : System
BlobCounter::BlobCounter ( UnmanagedImage image ) : System