http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
mat1 - mat2
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static Matrix<TDepth> operator -( Matrix<TDepth> mat1, Matrix<TDepth> mat2 ) |
Visual Basic |
---|
Public Shared Operator - ( _ mat1 As Matrix(Of TDepth), _ mat2 As Matrix(Of TDepth) _ ) As Matrix(Of TDepth) |
Visual C++ |
---|
public: static Matrix<TDepth>^ operator -( Matrix<TDepth>^ mat1, Matrix<TDepth>^ mat2 ) |
Parameters
- mat1
- Type: Emgu.CV..::..Matrix<(Of <(<'TDepth>)>)>
The Matrix to be subtracted
- mat2
- Type: Emgu.CV..::..Matrix<(Of <(<'TDepth>)>)>
The matrix to subtract