Click or drag to resize

MatMultiply Operator (Double, Mat)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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