Click or drag to resize
Accord.NET (logo)

ICornersDetectorProcessImage Method (UnmanagedImage)

Process image looking for corners.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged source image to process.

Return Value

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