Build object map from raw image data.
Namespace:
AForge.ImagingAssembly: 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
Exception | Condition |
---|---|
AForge.Imaging..::.UnsupportedImageFormatException | Unsupported pixel format of the source image. |
AForge.Imaging..::.InvalidImagePropertiesException | Thrown 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. |