From 2f7361b45ff73f7b077c8cfb5a05caffbe64ce3a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 9 May 2013 19:05:43 +0200 Subject: oops, disable debug flag --- ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftnoir_tracker_ht') diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index e8e23761..b9cd4087 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_inlier_error = 3; config->ransac_abs_max_mean_error = 7; config->ransac_max_mean_error = 3.8; - config->debug = 1; + config->debug = 0; config->ransac_min_features = 0.85; int res = iniFile.value("resolution", 0).toInt(); if (res < 0 || res >= (int)(sizeof(resolution_choices) / sizeof(resolution_tuple))) -- cgit v1.2.3