|
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; }
Public Property Threshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleThe non-maximum suppression threshold.
See Also