Click or drag to resize
Accord.NET (logo)

BlobCounterBaseProcessImage Method (BitmapData)

Build objects map.

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

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
Source binary image data.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
Remarks

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

See Also