Click or drag to resize
Accord.NET (logo)

BlobCounterBaseBuildObjectsMap Method

Actual objects map building.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected abstract void BuildObjectsMap(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged image to process.
Remarks
Note Note
By the time this method is called bitmap's pixel format is not yet checked, so this should be done by the class inheriting from the base class. ImageWidth and ImageHeight members are initialized before the method is called, so these members may be used safely.
See Also