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