Table of Contents

Method AccumulateSquare

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AccumulateSquare(InputArray, InputOutputArray, InputArray)

Adds the square of a source image to the accumulator.

public static void AccumulateSquare(InputArray src, InputOutputArray dst, 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.

mask InputArray

Optional operation mask.