From 51449ce32dcac7692d5b29fc49f8102b3478466c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 28 Sep 2021 19:31:15 +0200 Subject: tracker/pt: add point filter --- tracker-pt/ftnoir_tracker_pt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tracker-pt/ftnoir_tracker_pt.h') diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index 210c6a01..fa3d94ad 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -13,6 +13,7 @@ #include "point_tracker.h" #include "cv/numeric.hpp" #include "video/video-widget.hpp" +#include "point-filter.hpp" #include #include @@ -74,6 +75,7 @@ private: std::atomic point_count { 0 }; std::atomic ever_success = false; mutable QMutex center_lock, data_lock; + point_filter filter{s}; }; } // ns pt_impl -- cgit v1.2.3