Click or drag to resize

MatrixTDepthSubtraction Operator (MatrixTDepth, Double)

http://www.emgu.com
mat1 - val

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static Matrix<TDepth> operator -(
	Matrix<TDepth> mat1,
	double val
)

Parameters

mat1
Type: Emgu.CVMatrixTDepth
The Matrix to be subtracted
val
Type: SystemDouble
The value to be subtracted

Return Value

Type: MatrixTDepth
mat1 - val
See Also