Build objects map.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public void ProcessImage( Bitmap image ) |
Parameters
- image
- Type: System.Drawing..::.Bitmap
Source binary image.
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. |