From 551c73068f43da1dece0feae8d8a795f0f3726b7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 19 Jun 2015 10:02:23 +0200 Subject: pt: remove hysteresis No one used it, and we have a better solution for stable extraction, pending commit. --- ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h') diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h index 14786013..4e241bc3 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h @@ -18,7 +18,6 @@ struct settings_pt : opts cam_res_y, cam_fps, threshold, - threshold_secondary, min_point_size, max_point_size; @@ -41,7 +40,6 @@ struct settings_pt : opts cam_res_y(b, "camera-res-height", 480), cam_fps(b, "camera-fps", 30), threshold(b, "threshold-primary", 128), - threshold_secondary(b, "threshold-secondary", 128), min_point_size(b, "min-point-size", 10), max_point_size(b, "max-point-size", 50), m01_x(b, "m_01-x", 0), -- cgit v1.2.3