Click or drag to resize
Accord.NET (logo)

SusanCornersDetectorInnerProcess Method

This method should be implemented by inheriting classes to implement the actual corners detection, transforming the input image into a list of points.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage

Return Value

Type: ListIntPoint
See Also