Click or drag to resize

MatAccumulate Method

Adds an image to the accumulator.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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