Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetector Constructor (ICornersDetector)

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(
	ICornersDetector detector
)
Request Example View Source

Parameters

detector
Type: Accord.ImagingICornersDetector
A corners detector.
See Also