Emgu CV Library Documentation
cvMultiplyAcc Method (image1, image2, acc, mask)
NamespacesEmgu.CVCvInvokecvMultiplyAcc(IntPtr, IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Adds product of 2 images or thier selected regions to accumulator acc
Declaration Syntax
C#Visual BasicVisual C++
public static void cvMultiplyAcc(
	IntPtr image1,
	IntPtr image2,
	IntPtr acc,
	IntPtr mask
)
Public Shared Sub cvMultiplyAcc ( _
	image1 As IntPtr, _
	image2 As IntPtr, _
	acc As IntPtr, _
	mask As IntPtr _
)
public:
static void cvMultiplyAcc(
	IntPtr image1, 
	IntPtr image2, 
	IntPtr acc, 
	IntPtr mask
)
Parameters
image1 (IntPtr)
First input image, 1- or 3-channel, 8-bit or 32-bit floating point (each channel of multi-channel image is processed independently)
image2 (IntPtr)
Second input image, the same format as the first one
acc (IntPtr)
Accumulator of the same number of channels as input images, 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)