Click or drag to resize

UMatDivision Operator (Double, UMat)

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

Parameters

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

Return Value

Type: UMat
scale / mat
See Also