Skip to content
Snippets Groups Projects
Commit 991975d3 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Change parameters for estimation

parent 177ed896
No related branches found
No related tags found
1 merge request!43Partial completion of #95
Pipeline #11722 passed
......@@ -328,7 +328,7 @@ void ftl::registration::manual(ftl::Configurable *root) {
lastScore = 1000.0;
do {
Eigen::Matrix4f tr;
float s = current->findBestSubset(tr, 10, 10);
float s = current->findBestSubset(tr, (int)(current->screenPoints().size() * 0.4f), 100);
LOG(INFO) << "SCORE = " << s;
if (s < lastScore) {
lastScore = s;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment