Click or drag to resize

MatrixTDepthSub Method (MatrixTDepth)

http://www.emgu.com
Elementwise subtract another matrix from the current matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Matrix<TDepth> Sub(
	Matrix<TDepth> mat2
)

Parameters

mat2
Type: Emgu.CVMatrixTDepth
The matrix to be subtracted to the current matrix

Return Value

Type: MatrixTDepth
The result of elementwise subtracting mat2 from the current matrix
See Also