Emgu CV Library Documentation
cvSquareAcc Method (image, sqsum, mask)
NamespacesEmgu.CVCvInvokecvSquareAcc(IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Adds the input image image or its selected region, raised to power 2, to the accumulator sqsum
Declaration Syntax
C#Visual BasicVisual C++
public static void cvSquareAcc(
	IntPtr image,
	IntPtr sqsum,
	IntPtr mask
)
Public Shared Sub cvSquareAcc ( _
	image As IntPtr, _
	sqsum As IntPtr, _
	mask As IntPtr _
)
public:
static void cvSquareAcc(
	IntPtr image, 
	IntPtr sqsum, 
	IntPtr mask
)
Parameters
image (IntPtr)
Input image, 1- or 3-channel, 8-bit or 32-bit floating point (each channel of multi-channel image is processed independently)
sqsum (IntPtr)
Accumulator of the same number of channels as input image, 32-bit or 64-bit floating-point
mask (IntPtr)
Optional operation mask

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