summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco/ar_video_widget.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-03-07 01:11:21 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-03-07 01:11:21 +0100
commitd241a49ec83d8a146ceddca44b1281c7e4c9da50 (patch)
treed31e95887ebabf85a06c7ccddcba773d30f96d97 /tracker-aruco/ar_video_widget.h
parent1ab1d2c72315c03bf10c5c78bb6b3b674926039f (diff)
parent69005c7e0295b1b6f39e7d3f3d9d2911a31e246c (diff)
Merge branch 'unstable' into trackhattrackhat-1.2p1
Diffstat (limited to 'tracker-aruco/ar_video_widget.h')
-rw-r--r--tracker-aruco/ar_video_widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tracker-aruco/ar_video_widget.h b/tracker-aruco/ar_video_widget.h
index 6df2d626..ea14dfbf 100644
--- a/tracker-aruco/ar_video_widget.h
+++ b/tracker-aruco/ar_video_widget.h
@@ -13,7 +13,9 @@
#include <QMutexLocker>
#include <QPainter>
#include <QPaintEvent>
-#include <opencv/cv.hpp>
+#include <opencv2/core.hpp>
+#include <opencv2/imgproc.hpp>
+#include <opencv2/calib3d.hpp>
class ArucoVideoWidget : public QWidget
{