summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point_extractor.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-31 13:47:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-31 13:47:09 +0200
commitccafc5f054733e883bb0ef8b0c698b4c9c86fff9 (patch)
treea12d3a37bb23068f8f0387bcd6331ca2e3e88f48 /tracker-pt/point_extractor.cpp
parentcfb2495a4ba7b7dda8b73d9897c9cf5c75abbd83 (diff)
tracker/{pt,aruco}: don't include opencv highgui, videoio is enough
Diffstat (limited to 'tracker-pt/point_extractor.cpp')
-rw-r--r--tracker-pt/point_extractor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/point_extractor.cpp b/tracker-pt/point_extractor.cpp
index afd9c0eb..e749934e 100644
--- a/tracker-pt/point_extractor.cpp
+++ b/tracker-pt/point_extractor.cpp
@@ -13,7 +13,7 @@
# include "opentrack-compat/timer.hpp"
#endif
-#include <opencv2/highgui.hpp>
+#include <opencv2/videoio.hpp>
#include <cmath>
#include <algorithm>