Click or drag to resize
CvInvokeAccumulateSquare Method
http://www.emgu.com
Adds the input src or its selected region, raised to power 2, to the accumulator sqsum

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static void AccumulateSquare(
	IInputArray src,
	IInputOutputArray dst,
	IInputArray mask = null
)

Parameters

src
Type: Emgu.CVIInputArray
Input image, 1- or 3-channel, 8-bit or 32-bit floating point (each channel of multi-channel image is processed independently)
dst
Type: Emgu.CVIInputOutputArray
Accumulator of the same number of channels as input image, 32-bit or 64-bit floating-point
mask (Optional)
Type: Emgu.CVIInputArray
Optional operation mask
See Also