Calculates integral images for the source image

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<TColor, double> Integral()
Public Function Integral As Image(Of TColor, Double)
public:
Image<TColor, double>^ Integral()

Return Value

The integral image

See Also