diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-22 13:54:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 23:01:53 +0200 |
commit | 5e67fb0e8a94f9180cb304023242ac54e0def45b (patch) | |
tree | ea6e43b222c71c34863435d9b71ee39b056b4b8c /tracker-pt/module/frame.hpp | |
parent | 519b4a3ae10c96951db917f2439982c7d2391874 (diff) |
tracker/pt: tmp commit
Diffstat (limited to 'tracker-pt/module/frame.hpp')
-rw-r--r-- | tracker-pt/module/frame.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/frame.hpp b/tracker-pt/module/frame.hpp index 9e4f809a..49dde49e 100644 --- a/tracker-pt/module/frame.hpp +++ b/tracker-pt/module/frame.hpp @@ -30,7 +30,7 @@ private: static void ensure_size(cv::Mat& frame, int w, int h, int type); bool fresh = true; - cv::Mat frame_copy, frame_color, frame_out; + cv::Mat frame_copy, frame_color, frame_out, frame_out2; }; } // ns pt_module |