Click or drag to resize
Accord.NET (logo)

FastRetinaKeypointDescriptorImage Property

Gets the UnmanagedImage of the original source's feature detector.

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

Property Value

Type: UnmanagedImage
The integral image from where the features have been detected.
See Also