Click or drag to resize

MatMultiply Operator (Mat, Double)

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

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

Parameters

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

Return Value

Type: Mat
mat * scale
See Also