ArrComparison Enumeration OpenCvSharp Class Library
The flag specifying the relation between the elements to be checked

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ArrComparison
Members

  Member nameValueDescription
EQ0 src1(I) "equal to" src2(I) [CV_CMP_EQ]
GT1 src1(I) "greater than" src2(I) [CV_CMP_GT]
GE2 src1(I) "greater or equal" src2(I) [CV_CMP_GE]
LT3 src1(I) "less than" src2(I) [CV_CMP_LT]
LE4 src1(I) "less or equal" src2(I) [CV_CMP_LE]
NE5 src1(I) "not equal to" src2(I) [CV_CMP_NE]
See Also

Reference