Click or drag to resize

MatMul Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public MatExpr Mul(
	Mat m,
	double scale = 1
)

Parameters

m
Type: OpenCvSharpMat
scale (Optional)
Type: SystemDouble

Return Value

Type: MatExpr
See Also