www.emgu.com/wiki Elementwise substract another matrix from the current matrix

Declaration Syntax
Public Function Sub ( _
mat2 As Matrix(Of TDepth) _
) As Matrix(Of TDepth)

Parameters
- mat2 (Matrix<(Of <(TDepth>)>))
- The matrix to be substracted to the current matrix

Return Value
The result of elementwise substracting mat2 from the current matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)