Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptorImage Property

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

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

Property Value

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