|
FastRetinaKeypointDescriptorIntegral 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 Integral { get; }
Public ReadOnly Property Integral As IntegralImage
Get
Request Example
View SourceProperty Value
Type:
IntegralImageThe integral image from where the
features have been detected.
See Also