Click or drag to resize

MatMultiply Operator (Double, Mat)

http://www.emgu.com
scale*mat

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static Mat operator *(
	double scale,
	Mat mat
)

Parameters

scale
Type: SystemDouble
The multiplication scale
mat
Type: Emgu.CVMat
The mat

Return Value

Type: Mat
scale*mat
See Also