Fixed sanity checks in several performance tests

This commit is contained in:
Andrey Kamaev
2012-11-01 16:29:30 +04:00
parent b5ecb1d32d
commit e3be5f138a
5 changed files with 11 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ PERF_TEST_P(PointsNum_Algo, solvePnP,
}
SANITY_CHECK(rvec, 1e-6);
SANITY_CHECK(tvec, 1e-6);
SANITY_CHECK(tvec, 1e-3);
}
PERF_TEST(PointsNum_Algo, solveP3P)