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
src1InputArrayFirst input image, 1- or 3-channel, 8-bit or 32-bit floating point.
src2InputArraySecond input image of the same type and the same size as src1
dstInputOutputArrayAccumulator with the same number of channels as input images, 32-bit or 64-bit floating-point.
maskInputArrayOptional operation mask.