Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetectorDetector Property

Gets the corners detector used to generate features.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ICornersDetector Detector { get; }
Request Example View Source

Property Value

Type: ICornersDetector
See Also