Click or drag to resize

CmpTypes Enumeration

The flag specifying the relation between the elements to be checked

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum CmpTypes
Members
  Member nameValueDescription
EQ0 src1(I) "equal to" src2(I)
GT1 src1(I) "greater than" src2(I)
GE2 src1(I) "greater or equal" src2(I)
LT3 src1(I) "less than" src2(I)
LE4 src1(I) "less or equal" src2(I)
NE5 src1(I) "not equal to" src2(I)
See Also