http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compare the current image with img2 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 Image<TColor, byte> Cmp( Image<TColor, TDepth> img2, CMP_TYPE cmpType ) |
Visual Basic |
---|
Public Function Cmp ( _ img2 As Image(Of TColor, TDepth), _ cmpType As CMP_TYPE _ ) As Image(Of TColor, Byte) |
Visual C++ |
---|
public: Image<TColor, unsigned char>^ Cmp( Image<TColor, TDepth>^ img2, CMP_TYPE cmpType ) |
Parameters
- img2
- Type: Emgu.CV..::..Image<(Of <(<'TColor, TDepth>)>)>
The other image to compare with
- cmpType
- Type: Emgu.CV.CvEnum..::..CMP_TYPE
The comparison type