From: edgarriba Date: Mon, 6 Oct 2014 16:18:03 +0000 (+0200) Subject: Updating upnp sanity heck X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~2892^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2494e028c00f0591aef8c62eaa2efc73f721c625;p=platform%2Fupstream%2Fopencv.git Updating upnp sanity heck --- diff --git a/modules/calib3d/perf/perf_pnp.cpp b/modules/calib3d/perf/perf_pnp.cpp index 4307b89..7db2ddc 100644 --- a/modules/calib3d/perf/perf_pnp.cpp +++ b/modules/calib3d/perf/perf_pnp.cpp @@ -103,7 +103,7 @@ PERF_TEST_P(PointsNum_Algo, solvePnPSmallPoints, solvePnP(points3d, points2d, intrinsics, distortion, rvec, tvec, false, algo); } - SANITY_CHECK(rvec, 1e-2); + SANITY_CHECK(rvec, 1e-1); SANITY_CHECK(tvec, 1e-2); }