Home
last modified time | relevance | path

Searched refs:CMP_GT (Results 1 – 15 of 15) sorted by relevance

/external/opencv3/modules/photo/src/
Dalign.cpp210 compare(img, median, tb, CMP_GT); in computeBitmaps()
211 compare(abs(img - median), exclude_range, eb, CMP_GT); in computeBitmaps()
/external/opencv3/modules/core/perf/
Dperf_compare.cpp9 CV_ENUM(CmpType, CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE)
/external/opencv3/modules/core/src/
Darithm.cpp4176 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD()
4186 if (code == CMP_GT) in operator ()()
4212 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD()
4222 if (code == CMP_GT) in operator ()()
4260 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD()
4270 if (code == CMP_GT) in operator ()()
4313 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD()
4323 if (code == CMP_GT) in operator ()()
4368 CV_Assert(code == CMP_GT || code == CMP_LE || in Cmp_SIMD()
4383 if (code == CMP_GT) in operator ()()
[all …]
/external/deqp/framework/randomshaders/
DrsgToken.hpp96 CMP_GT, enumerator
DrsgBinaryOps.cpp599 : GreaterThanBase(state, Token::CMP_GT, valueRange) in GreaterThanOp()
/external/opencv3/modules/cudaarithm/src/cuda/
Dcmp_scalar.cu213 cmpop = cmpop == cv::CMP_LT ? cv::CMP_GT : cmpop == cv::CMP_LE ? cv::CMP_GE : in cmpScalar()
214 cmpop == cv::CMP_GE ? cv::CMP_LE : cmpop == cv::CMP_GT ? cv::CMP_LT : cmpop; in cmpScalar()
/external/opencv3/modules/stitching/src/
Dblenders.cpp165 compare(dst_weight_map_, WEIGHT_EPS, dst_mask_, CMP_GT); in blend()
445 compare(dst_band_weights_[0](dst_rc), WEIGHT_EPS, dst_mask_, CMP_GT); in blend()
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp181 CMP_GT = 1, //!< src1 is greater than src2. enumerator
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp553 CV_ENUM(CmpCode, CMP_LT, CMP_LE, CMP_EQ, CMP_NE, CMP_GE, CMP_GT)
/external/opencv3/modules/cudaarithm/perf/
Dperf_element_operations.cpp632 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE)
/external/opencv3/modules/cudaarithm/test/
Dtest_element_operations.cpp1835 CV_ENUM(CmpCode, cv::CMP_EQ, cv::CMP_GT, cv::CMP_GE, cv::CMP_LT, cv::CMP_LE, cv::CMP_NE) in CV_ENUM() argument
1836 #define ALL_CMP_CODES testing::Values(CmpCode(cv::CMP_EQ), CmpCode(cv::CMP_NE), CmpCode(cv::CMP_GT)… in CV_ENUM()
/external/opencv3/modules/java/src/
Dcore+Core.java125 CMP_GT = 1, field in Core
/external/opencv3/modules/ts/src/
Dts_func.cpp1587 case CMP_GT: in compare_()
1623 case CMP_GT: in compareS_()
Dts_perf.cpp435 cv::compare(diff64f, maximum, mask, cv::CMP_GT); in countViolations()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp780 static const int cmp_codes[] = { CMP_EQ, CMP_GT, CMP_GE, CMP_LT, CMP_LE, CMP_NE };