Class SusanCornersDetectorSettings

SusanCornersDetectorSettings class

The Susan corners detector settings

public class SusanCornersDetectorSettings : ICornersDetectorSettings

Constructors

NameDescription
SusanCornersDetectorSettings()Initializes a new instance of the SusanCornersDetectorSettings class.
SusanCornersDetectorSettings(int, int)Initializes a new instance of the SusanCornersDetectorSettings class.

Properties

NameDescription
DifferenceThreshold { get; set; }Gets or sets the difference threshold.
GeometricalThreshold { get; set; }Gets or sets the geometrical threshold.

See Also