summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-19 20:43:24 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-19 20:46:26 +0100
commit90138a999b4c95afeb9a49d355b0234b6145e221 (patch)
treeec1c749b9837dc3dee7d37dbb8facb38aee4a854 /tracker-pt/ftnoir_tracker_pt.h
parenta2ceed01e32fd941e20e1362b6c44af8db05b5b2 (diff)
tracker/pt: don't allocate temporary frame
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r--tracker-pt/ftnoir_tracker_pt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h
index 5ec7ea91..dff0c30a 100644
--- a/tracker-pt/ftnoir_tracker_pt.h
+++ b/tracker-pt/ftnoir_tracker_pt.h
@@ -69,6 +69,7 @@ private:
settings_pt s;
Timer time;
+ cv::Mat frame;
volatile bool ever_success;