Click or drag to resize
Accord.NET (logo)

FastCornersDetectorThreshold Property

Gets or sets the corner detection threshold. Increasing this value results in less corners, whereas decreasing this value will result in more corners detected by the algorithm.

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

Property Value

Type: Int32
The corners threshold.
See Also