Click or drag to resize
Accord.NET (logo)

SusanCornersDetector Constructor (Int32, Int32)

Initializes a new instance of the SusanCornersDetector class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public SusanCornersDetector(
	int differenceThreshold,
	int geometricalThreshold
)
Request Example View Source

Parameters

differenceThreshold
Type: SystemInt32
Brightness difference threshold.
geometricalThreshold
Type: SystemInt32
Geometrical threshold.
See Also