Click or drag to resize

MatrixTDepthSubtraction Operator (MatrixTDepth, MatrixTDepth)

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

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

Parameters

mat1
Type: Emgu.CVMatrixTDepth
The Matrix to be subtracted
mat2
Type: Emgu.CVMatrixTDepth
The matrix to subtract

Return Value

Type: MatrixTDepth
mat1 - mat2
See Also