Click or drag to resize
Accord.NET (logo)

BlobCounterBuildObjectsMap Method

Actual objects map building.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged image to process.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
InvalidImagePropertiesExceptionCannot process images that are one pixel wide. Rotate the image or use RecursiveBlobCounter.
Remarks
The method supports 8 bpp indexed grayscale images and 24/32 bpp color images.
See Also