Click or drag to resize

UMatMultiply Operator (UMat, 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 UMat operator *(
	UMat mat,
	double scale
)

Parameters

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

Return Value

Type: UMat
mat * scale
See Also