diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-19 10:02:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-19 10:02:23 +0200 |
commit | 551c73068f43da1dece0feae8d8a795f0f3726b7 (patch) | |
tree | 7bc8fda5f8521488ed89a6448b5f46cb2242f2c0 /ftnoir_tracker_pt/point_extractor.h | |
parent | 51fb14715d8e30b1b4ca8ed18f596526be4066df (diff) |
pt: remove hysteresis
No one used it, and we have a better solution for stable extraction,
pending commit.
Diffstat (limited to 'ftnoir_tracker_pt/point_extractor.h')
-rw-r--r-- | ftnoir_tracker_pt/point_extractor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/point_extractor.h b/ftnoir_tracker_pt/point_extractor.h index 3f6cfb72..b9368ab6 100644 --- a/ftnoir_tracker_pt/point_extractor.h +++ b/ftnoir_tracker_pt/point_extractor.h @@ -28,7 +28,6 @@ public: settings_pt s; private: std::vector<cv::Vec2f> points; - cv::Mat frame_last; }; #endif //POINTEXTRACTOR_H |