diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-05-09 09:41:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-05-09 09:41:57 +0200 |
commit | b224c15a09c4b75dd8e00d7a19f37dfe9f8f7585 (patch) | |
tree | 89496f19c3101bf604e4d98e0d3f032c81a5c571 /ftnoir_tracker_ht | |
parent | 115fe17afe5ca82252492821173733089b4f7ae3 (diff) |
bah, stupido
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index 5ebd4f88..8f5bec3e 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -122,7 +122,7 @@ static void load_settings(ht_config_t* config, Tracker* tracker) config->ransac_max_reprojection_error = 3.5; config->ransac_max_inlier_error = 3.1; config->ransac_abs_max_mean_error = 7; - config->ransac_max_mean_error = 3.15; + config->ransac_max_mean_error = 3.4; config->debug = 0; config->ransac_min_features = 0.63; int res = iniFile.value("resolution", 0).toInt(); |