|
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; }
Public Property Threshold As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32The corners threshold.
See Also