Calculates integral images for the source image

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

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