Calculates integral images for the source image

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

Syntax

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

Return Value

The integral image

See Also