Click or drag to resize
Accord.NET (logo)

BlobCounterBase Constructor (UnmanagedImage)

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged binary image to look for objects in.
Remarks
Creates new instance of the BlobCounterBase class with initialized objects map built by calling ProcessImage(UnmanagedImage) method.
See Also