/external/opencv3/modules/calib3d/test/ |
D | test_compose_rt.cpp | 164 const double thres = 1e-5; in run() local 165 if (norm(rvec3_exp, rvec3) > thres || norm(tvec3_exp, tvec3) > thres) in run() 179 if (norm(dr3_dr1, dr3dr1) > thres || norm(dt3_dr1, dt3dr1) > thres) in run() 188 if (norm(dr3_dr2, dr3dr2) > thres || norm(dt3_dr2, dt3dr2) > thres) in run() 197 if (norm(dr3_dt1, dr3dt1) > thres || norm(dt3_dt1, dt3dt1) > thres) in run() 206 if (norm(dr3_dt2, dr3dt2) > thres || norm(dt3_dt2, dt3dt2) > thres) in run()
|
D | test_affine3d_estimator.cpp | 110 const double thres = 1e-3; in test4Points() local 111 if (cvtest::norm(aff_est, aff, NORM_INF) > thres) in test4Points() 163 const double thres = 1e-4; in testNPoints() local 164 if (cvtest::norm(aff_est, aff, NORM_INF) > thres) in testNPoints()
|
D | test_reproject_image_to_3d.cpp | 51 template<class T> double thres() { return 1.0; } in thres() function 52 template<> double thres<float>() { return 1e-5; } in thres() function 166 double err = error(pixel_out, pixel_exp), t = thres<OutT>(); in runCase()
|
D | test_cameracalibration_artificial.cpp | 337 const double thres = 1; in runTest() local 338 if (rep_error > thres) in runTest()
|
/external/opencv3/modules/video/test/ |
D | test_estimaterigid.cpp | 112 double thres = 0.1*cvtest::norm(aff, NORM_L2); in testNPoints() local 114 if (d > thres) in testNPoints() 128 ts->printf( cvtest::TS::LOG, "Threshold = %f, norm of difference = %f", thres, d ); in testNPoints() 156 const double thres = 0.033; in testImage() local 157 if (cvtest::norm(aff_est, aff, NORM_INF) > thres) in testImage() 160 ts->printf( cvtest::TS::LOG, "Threshold = %f, norm of difference = %f", thres, in testImage()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 516 LLVMValueRef thres; in lp_build_conv() local 522 thres = bld.zero; in lp_build_conv() 524 thres = lp_build_const_vec(gallivm, src_type, dst_min); in lp_build_conv() 526 tmp[i] = lp_build_max(&bld, tmp[i], thres); in lp_build_conv() 531 thres = bld.one; in lp_build_conv() 533 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv() 535 tmp[i] = lp_build_min(&bld, tmp[i], thres); in lp_build_conv()
|
/external/opencv3/modules/cudalegacy/src/ |
D | fgd.cpp | 182 for (int thres = fgd::HISTOGRAM_BIN_COUNT - 2; thres >= 0; --thres) in calcRelativeVariance() local 188 for (int j = thres; j < fgd::HISTOGRAM_BIN_COUNT; ++j) in calcRelativeVariance() 213 relativeVariance[0][thres] = std::sqrt(sqsum[0] / count[0] - my[0] * my[0]); in calcRelativeVariance() 214 relativeVariance[1][thres] = std::sqrt(sqsum[1] / count[1] - my[1] * my[1]); in calcRelativeVariance() 215 relativeVariance[2][thres] = std::sqrt(sqsum[2] / count[2] - my[2] * my[2]); in calcRelativeVariance()
|
/external/opencv/cvaux/src/ |
D | cvbgfg_acmmm2003.cpp | 223 int i, j, b, x, y, thres; in cvChangeDetection() local 266 for (thres=PIXELRANGE-2; thres>=0 ; thres--) in cvChangeDetection() 273 for (j=thres ; j<PIXELRANGE ; j++) { in cvChangeDetection() 284 relativeVariance[thres] = sigma; in cvChangeDetection()
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 456 __u8 thres; member 493 __u8 thres; member
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 584 FIXP_DBL thres = thresholds[i]; in extractTransientCandidates() local 629 delta -= thres; in extractTransientCandidates()
|
/external/opencv3/modules/features2d/src/ |
D | mser.cpp | 920 double thres = emean*(chitab3[ti]*(1-reminder)+chitab3[ti+1]*reminder); in extractMSER_8uC3() local 922 while ( edgeptr < edge_ub && edgeptr->chi < thres ) in extractMSER_8uC3()
|
/external/hyphenation-patterns/fr/ |
D | hyph-fr.pat.txt | 1122 4thres.
|