Click or drag to resize
ImageTColor, TDepthIntegral Method (ImageTColor, Double, ImageTColor, Double)
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.1.0.2282 (3.1.0.2282)
Syntax
public void Integral(
	out Image<TColor, double> sum,
	out Image<TColor, double> squareSum
)

Parameters

sum
Type: Emgu.CVImageTColor, Double
The integral image
squareSum
Type: Emgu.CVImageTColor, Double
The integral image for squared pixel values

Return Value

Type: 
The integral image
See Also