Initializes a new instance of the SusanCornersDetector class.

Namespace:  AForge.Imaging
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public SusanCornersDetector(
	int differenceThreshold,
	int geometricalThreshold
)

Parameters

differenceThreshold
Type: System..::.Int32
Brightness difference threshold.
geometricalThreshold
Type: System..::.Int32
Geometrical threshold.

See Also