Click or drag to resize
Accord.NET (logo)

BaseCornersDetectorProcessImage Method (UnmanagedImage)

Process image looking for corners.

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

Parameters

input
Type: Accord.ImagingUnmanagedImage
Source image data to process.

Return Value

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

Implements

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