CMP_LT 553 modules/core/perf/opencl/perf_arithm.cpp CV_ENUM(CmpCode, CMP_LT, CMP_LE, CMP_EQ, CMP_NE, CMP_GE, CMP_GT) CMP_LT 9 modules/core/perf/perf_compare.cpp CV_ENUM(CmpType, CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE) CMP_LT 4492 modules/core/src/arithm.cpp if( code == CMP_GE || code == CMP_LT ) CMP_LT 4553 modules/core/src/arithm.cpp _cmpop == CMP_LT ? ippCmpLess : CMP_LT 4582 modules/core/src/arithm.cpp if( code == CMP_GE || code == CMP_LT ) CMP_LT 4712 modules/core/src/arithm.cpp if( code == CMP_GE || code == CMP_LT ) CMP_LT 4948 modules/core/src/arithm.cpp return dst.setTo(Scalar::all(op == CMP_LT || op == CMP_LE || op == CMP_NE ? 255 : 0)), true; CMP_LT 4953 modules/core/src/arithm.cpp if( op == CMP_LT || op == CMP_GE ) CMP_LT 4987 modules/core/src/arithm.cpp CV_Assert( op == CMP_LT || op == CMP_LE || op == CMP_EQ || CMP_LT 4998 modules/core/src/arithm.cpp op = op == CMP_LT ? CMP_GT : op == CMP_LE ? CMP_GE : CMP_LT 4999 modules/core/src/arithm.cpp op == CMP_GE ? CMP_LE : op == CMP_GT ? CMP_LT : op; CMP_LT 5073 modules/core/src/arithm.cpp dst = Scalar::all(op == CMP_LT || op == CMP_LE || op == CMP_NE ? 255 : 0); CMP_LT 5080 modules/core/src/arithm.cpp if( op == CMP_LT || op == CMP_GE ) CMP_LT 780 modules/core/test/ocl/test_arithm.cpp static const int cmp_codes[] = { CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE }; CMP_LT 632 modules/cudaarithm/perf/perf_element_operations.cpp CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) CMP_LT 1835 modules/cudaarithm/test/test_element_operations.cpp CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) CMP_LT 1836 modules/cudaarithm/test/test_element_operations.cpp #define ALL_CMP_CODES testing::Values(CmpCode(cv::CMP_EQ), CmpCode(cv::CMP_NE), CmpCode(cv::CMP_GT), CmpCode(cv::CMP_GE), CmpCode(cv::CMP_LT), CmpCode(cv::CMP_LE)) CMP_LT 1567 modules/ts/src/ts_func.cpp case CMP_LT: CMP_LT 1603 modules/ts/src/ts_func.cpp case CMP_LT: