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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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