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: 3.3.0.2824 (3.3.0.2824)
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