updated sanity data

This commit is contained in:
edgarriba
2014-08-19 00:35:22 +02:00
parent 6ea73a5bff
commit 2653d745fd
3 changed files with 99 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ typedef perf::TestBaseWithParam<int> PointsNum;
PERF_TEST_P(PointsNum_Algo, solvePnP,
testing::Combine(
testing::Values(/*4,*/ 3*9, 7*13), //TODO: find why results on 4 points are too unstable
testing::Values(4, 3*9, 7*13), //TODO: find why results on 4 points are too unstable
testing::Values((int)SOLVEPNP_ITERATIVE, (int)SOLVEPNP_EPNP)
)
)