Updating sanity check

pull/3308/head
edgarriba 10 years ago
parent 71dd9a6f1b
commit 1709421c2c
  1. 2
      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); solvePnP(points3d, points2d, intrinsics, distortion, rvec, tvec, false, algo);
} }
SANITY_CHECK(rvec, 1e-4); SANITY_CHECK(rvec, 1e-2);
SANITY_CHECK(tvec, 1e-2); SANITY_CHECK(tvec, 1e-2);
} }

Loading…
Cancel
Save