Emgu CV Library Documentation
Integral Method (sum)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Integral(Image<(Of <(TColor, Double>)>)%)

www.emgu.com/wiki
Calculates integral images for the source image
Declaration Syntax
C#Visual BasicVisual C++
public void Integral(
	out Image<TColor, double> sum
)
Public Sub Integral ( _
	<OutAttribute> ByRef sum As Image(Of TColor, Double) _
)
public:
void Integral(
	[OutAttribute] Image<TColor, double>^% sum
)
Parameters
sum ( Image<(Of <(TColor, Double>)>) %)
The integral image

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)