Build object map from raw image data.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public void ProcessImage(
	UnmanagedImage image
)

Parameters

image
Type: AForge.Imaging..::.UnmanagedImage
Source unmanaged binary image data.

Remarks

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

Exceptions

ExceptionCondition
AForge.Imaging..::.UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
AForge.Imaging..::.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.

See Also