Searched defs:CMP_GE (Results 1 – 4 of 4) sorted by relevance
98 CMP_GE, enumerator
182 CMP_GE = 2, //!< src1 is greater than or equal to src2. enumerator
1835 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) in CV_ENUM()
126 CMP_GE = 2, field in Core