Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDetectorThreshold Property

Gets or sets the non-maximum suppression threshold. Default is 0.0002.

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

Property Value

Type: Double
The non-maximum suppression threshold.
See Also