Click or drag to resize
Accord.NET (logo)

BaseCornersDetectorProcessImage Method (BitmapData)

Process image looking for corners.

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

Parameters

imageData
Type: System.Drawing.ImagingBitmapData
Source image data to process.

Return Value

Type: ListIntPoint
Returns list of found corners (X-Y coordinates).

Implements

ICornersDetectorProcessImage(BitmapData)
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionThe source image has incorrect pixel format.
See Also