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
srcInputArrayInput image as 1- or 3-channel, 8-bit or 32-bit floating point.
dstInputOutputArrayAccumulator image with the same number of channels as input image, 32-bit or 64-bit floating-point.
alphadoubleWeight of the input image.
maskInputArrayOptional operation mask.