Table of Contents

Method AccumulateProduct

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AccumulateProduct(InputArray, InputArray, InputOutputArray, InputArray)

Adds the per-element product of two input images to the accumulator.

public static void AccumulateProduct(InputArray src1, InputArray src2, InputOutputArray dst, InputArray mask)

Parameters

src1 InputArray

First input image, 1- or 3-channel, 8-bit or 32-bit floating point.

src2 InputArray

Second input image of the same type and the same size as src1

dst InputOutputArray

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

mask InputArray

Optional operation mask.