ImageTColor, TDepthCmp Method (Double, CmpType) |
http://www.emgu.com
Compare the current image with value and returns the comparison mask
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, byte> Cmp(
double value,
CmpType comparisonType
)
Public Function Cmp (
value As Double,
comparisonType As CmpType
) As Image(Of TColor, Byte)
public:
Image<TColor, unsigned char>^ Cmp(
double value,
CmpType comparisonType
)
member Cmp :
value : float *
comparisonType : CmpType -> Image<'TColor, byte>
Parameters
- value
- Type: SystemDouble
The value to compare with - comparisonType
- Type: Emgu.CV.CvEnumCmpType
The comparison type
Return Value
Type:
ImageTColor,
ByteThe result of the comparison as a mask
See Also