Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDescriptor Property

Gets or sets the descriptor vector associated with this point.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public byte[] Descriptor { get; set; }
Request Example View Source

Property Value

Type: Byte

Implements

IFeatureDescriptorTDescriptor
See Also