Click or drag to resize
Accord.NET (logo)

BaseCornersDetectorProcessImage Method (Bitmap)

Process image looking for corners.

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

Parameters

image
Type: System.DrawingBitmap
Source image to process.

Return Value

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

Implements

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