Click or drag to resize
Accord.NET (logo)

RecursiveBlobCounter Constructor (Bitmap)

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(
	Bitmap image
)
Request Example View Source

Parameters

image
Type: System.DrawingBitmap
Image to look for objects in.
See Also