Click or drag to resize

MatSubtraction Operator (Double, Mat)

http://www.emgu.com
value - 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 value,
	Mat mat
)

Parameters

value
Type: SystemDouble
The value to be subtracted
mat
Type: Emgu.CVMat
The mat to be subtracted

Return Value

Type: Mat
value - mat
See Also