Click or drag to resize
Accord.NET (logo)

SusanCornersDetectorDifferenceThreshold Property

Brightness difference threshold.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int DifferenceThreshold { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The brightness difference threshold controls the amount of pixels, which become part of USAN area. If difference between central pixel (nucleus) and surrounding pixel is not higher than difference threshold, then that pixel becomes part of USAN.

Increasing this value decreases the amount of detected corners.

Default value is set to 25.

See Also