http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
This function compare the current matrix with mat2 and returns the comparison mask
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Matrix<byte> Cmp( Matrix<TDepth> mat2, CMP_TYPE type ) |
Visual Basic |
---|
Public Function Cmp ( _ mat2 As Matrix(Of TDepth), _ type As CMP_TYPE _ ) As Matrix(Of Byte) |
Visual C++ |
---|
public: Matrix<unsigned char>^ Cmp( Matrix<TDepth>^ mat2, CMP_TYPE type ) |
Parameters
- mat2
- Type: Emgu.CV..::..Matrix<(Of <(<'TDepth>)>)>
The other matrix to compare with
- type
- Type: Emgu.CV.CvEnum..::..CMP_TYPE
Comparison type