Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetector Constructor (Int32)

Initializes a new instance of the FastRetinaKeypointDetector class.

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

Parameters

threshold
Type: SystemInt32
The detection threshold for the FAST detector.
See Also