http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Elementwise subtract another matrix from the current matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<TDepth> Sub( Matrix<TDepth> mat2 ) |
Visual Basic |
---|
Public Function Sub ( _ mat2 As Matrix(Of TDepth) _ ) As Matrix(Of TDepth) |
Visual C++ |
---|
public: Matrix<TDepth>^ Sub( Matrix<TDepth>^ mat2 ) |
Parameters
- mat2
- Type: Emgu.CV..::..Matrix<(Of <(<'TDepth>)>)>
The matrix to be subtracted to the current matrix