Click or drag to resize

CvInvokeAccumulate Method

http://www.emgu.com
Adds the whole image or its selected region to accumulator sum

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static void Accumulate(
	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