Click or drag to resize
Accord.NET (logo)

FastCornersDetector Constructor

Initializes a new instance of the FastCornersDetector class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FastCornersDetector(
	int threshold = 20
)
Request Example View Source

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