Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDetectorComputeDescriptors Property

Gets or sets a value indicating whether all feature points should have their descriptors computed after being detected. Default is to compute standard descriptors.

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

Property Value

Type: FastRetinaKeypointDescriptorType
true if to compute orientation; otherwise, false.
See Also