Table of Contents

Method Mul

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Mul(InputArray, double)

Performs an element-wise multiplication or division of the two matrices.

public UMat Mul(InputArray m, double scale = 1)

Parameters

m InputArray
scale double

Returns

UMat