Home
last modified time | relevance | path

Searched refs:NORM_RELATIVE (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_norm.cpp10 CV_FLAGS(NormType, NORM_INF, NORM_L1, NORM_L2, NORM_TYPE_MASK, NORM_RELATIVE, NORM_MINMAX)
63 …INF, (int)NORM_L1, (int)NORM_L2, (int)(NORM_RELATIVE+NORM_INF), (int)(NORM_RELATIVE+NORM_L1), (int…
86 …INF, (int)NORM_L1, (int)NORM_L2, (int)(NORM_RELATIVE|NORM_INF), (int)(NORM_RELATIVE|NORM_L1), (int…
/external/opencv3/modules/core/test/
Dtest_hal_core.cpp115 EXPECT_LE(norm(dst, dst0, NORM_INF | NORM_RELATIVE), eps); in TEST()
186 EXPECT_LE(norm(x, x0, NORM_INF | NORM_RELATIVE), eps); in TEST()
Dtest_math.cpp2622 EXPECT_LE(cvtest::norm(B1, B, NORM_L2 + NORM_RELATIVE), FLT_EPSILON*10); in TEST()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1311 type |= NORM_RELATIVE; in OCL_TEST_P()
1331 type |= NORM_RELATIVE; in OCL_TEST_P()
1351 type |= NORM_RELATIVE; in OCL_TEST_P()
1371 type |= NORM_RELATIVE; in OCL_TEST_P()
1391 type |= NORM_RELATIVE; in OCL_TEST_P()
1411 type |= NORM_RELATIVE; in OCL_TEST_P()
/external/opencv3/modules/ts/include/opencv2/ts/
Dcuda_test.hpp318 CV_ENUM(NormCode, NORM_INF, NORM_L1, NORM_L2, NORM_TYPE_MASK, NORM_RELATIVE, NORM_MINMAX)
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp175 NORM_RELATIVE = 8, //!< flag enumerator
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp813 OCL_TEST_CYCLE() res = cv::norm(src1, src2, normType | cv::NORM_RELATIVE); in OCL_PERF_TEST_P()
/external/opencv3/modules/java/src/
Dcore+Core.java122 NORM_RELATIVE = 8, field in Core
/external/opencv3/modules/ts/src/
Dts_func.cpp1324 bool isRelative = (normType & NORM_RELATIVE) != 0; in norm()
1325 normType &= ~NORM_RELATIVE; in norm()
/external/opencv3/modules/core/src/
Dstat.cpp2952 bool relative = (normType & NORM_RELATIVE) != 0; in ocl_norm()
2953 normType &= ~NORM_RELATIVE; in ocl_norm()