Table of Contents

Method AccumulateWeighted

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AccumulateWeighted(InputArray, InputOutputArray, double, InputArray)

Updates a running average.

public static void AccumulateWeighted(InputArray src, InputOutputArray dst, double alpha, InputArray mask)

Parameters

src InputArray

Input image as 1- or 3-channel, 8-bit or 32-bit floating point.

dst InputOutputArray

Accumulator image with the same number of channels as input image, 32-bit or 64-bit floating-point.

alpha double

Weight of the input image.

mask InputArray

Optional operation mask.