Click or drag to resize

MatAccumulate Method

Adds an image to the accumulator.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Accumulate(
	InputArray mask
)

Parameters

mask
Type: OpenCvSharpInputArray
Optional operation mask.

Return Value

Type: Mat
Accumulator image with the same number of channels as input image, 32-bit or 64-bit floating-point.
See Also