Click or drag to resize
Accord.NET (logo)

BlobCounterBaseProcessImage Method (UnmanagedImage)

Build object map from raw image data.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Source unmanaged binary image data.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
InvalidImagePropertiesExceptionThrown by some inherited classes if some image property other than the pixel format is not supported. See that class's documentation or the exception message for details.
Remarks

Processes the image and builds objects map, which is used later to extracts blobs.

See Also