CvMultiplyAcc Method (CvArr, CvArr, CvArr, CvArr) OpenCvSharp Class Library
Adds product of two input images to accumulator

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void MultiplyAcc(
	CvArr image1,
	CvArr image2,
	CvArr acc,
	CvArr mask
)

Parameters

image1
Type: OpenCvSharpCvArr
First input image, 1- or 3-channel, 8-bit or 32-bit floating point (each channel of multi-channel image is processed independently).
image2
Type: OpenCvSharpCvArr
Second input image, the same format as the first one.
acc
Type: OpenCvSharpCvArr
Accumulator of the same number of channels as input images, 32-bit or 64-bit floating-point.
mask
Type: OpenCvSharpCvArr
Optional operation mask.
See Also

Reference