|
FastCornersDetector Constructor
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public FastCornersDetector(
int threshold = 20
)
Public Sub New (
Optional threshold As Integer = 20
)
Request Example
View SourceParameters
- threshold (Optional)
- Type: SystemInt32
The suppression threshold. Decreasing this value
increases the number of points detected by the algorithm. Default is 20.
See Also