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 value 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( double value, CMP_TYPE comparisonType ) |
Visual Basic |
---|
Public Function Cmp ( _ value As Double, _ comparisonType As CMP_TYPE _ ) As Image(Of TColor, Byte) |
Visual C++ |
---|
public: Image<TColor, unsigned char>^ Cmp( double value, CMP_TYPE comparisonType ) |
Parameters
- value
- Type: System..::..Double
The value to compare with
- comparisonType
- Type: Emgu.CV.CvEnum..::..CMP_TYPE
The comparison type