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