diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-31 13:47:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-31 13:47:09 +0200 |
commit | ccafc5f054733e883bb0ef8b0c698b4c9c86fff9 (patch) | |
tree | a12d3a37bb23068f8f0387bcd6331ca2e3e88f48 /tracker-aruco/ftnoir_tracker_aruco.h | |
parent | cfb2495a4ba7b7dda8b73d9897c9cf5c75abbd83 (diff) |
tracker/{pt,aruco}: don't include opencv highgui, videoio is enough
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index a8032067..f89f3fdc 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -12,7 +12,7 @@ #include "opentrack-compat/options.hpp" #include "trans_calib.h" #include "opentrack/plugin-api.hpp" -#include "opentrack/opencv-camera-dialog.hpp" +#include "cv/camera-dialog.hpp" #include "include/markerdetector.h" #include <QObject> @@ -25,7 +25,6 @@ #include <cinttypes> #include <opencv2/core/core.hpp> -#include <opencv2/highgui/highgui.hpp> using namespace options; |