DLS performance modifications

This commit is contained in:
edgarriba
2014-08-12 16:15:19 +02:00
parent dccc10ff12
commit d1f4f6f4b8
4 changed files with 60 additions and 27 deletions

View File

@@ -196,7 +196,7 @@ public:
eps[SOLVEPNP_ITERATIVE] = 1.0e-6;
eps[SOLVEPNP_EPNP] = 1.0e-6;
eps[SOLVEPNP_P3P] = 1.0e-4;
eps[SOLVEPNP_DLS] = 1.0e-6;
eps[SOLVEPNP_DLS] = 1.0e-4;
totalTestsCount = 1000;
}