ImageTColor, TDepthIntegral Method |
http://www.emgu.com
Calculates integral images for the source image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, double> Integral()
Public Function Integral As Image(Of TColor, Double)
public:
Image<TColor, double>^ Integral()
member Integral : unit -> Image<'TColor, float>
Return Value
Type:
ImageTColor,
DoubleThe integral image
See Also