diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-14 15:24:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-14 15:24:29 +0100 |
commit | 5f3126dd862c93e3a514dcf0910d24b840f7e90c (patch) | |
tree | 48c0a7988fa5c39097df6c26041c086c06884801 /FTNoIR_Tracker_PT/point_extractor.h | |
parent | a202162dec69293dd0b56ff867e3ffa708b8a6d3 (diff) |
pt: don't crash since hysteresis support
Reported-by: runningman84
GitHub: issue #15
Diffstat (limited to 'FTNoIR_Tracker_PT/point_extractor.h')
-rw-r--r-- | FTNoIR_Tracker_PT/point_extractor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FTNoIR_Tracker_PT/point_extractor.h b/FTNoIR_Tracker_PT/point_extractor.h index b9f46666..ff36f3ce 100644 --- a/FTNoIR_Tracker_PT/point_extractor.h +++ b/FTNoIR_Tracker_PT/point_extractor.h @@ -30,9 +30,6 @@ public: protected:
std::vector<cv::Vec2f> points;
cv::Mat frame_last;
-
-
- bool first;
};
#endif //POINTEXTRACTOR_H
|