diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-16 13:32:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-16 13:41:15 +0100 |
commit | 426ee39a2c2a50f08ed89b7471ba40416293e451 (patch) | |
tree | c8e6ed344c7457f91e428f09034c4a5c10d4acd0 /tracker-aruco/ftnoir_tracker_aruco.h | |
parent | 62b952b9939940daf9c7132eb408d070c77eaf8d (diff) |
tracker/aruco: we never meant to copy the calibrator
Diffstat (limited to 'tracker-aruco/ftnoir_tracker_aruco.h')
-rw-r--r-- | tracker-aruco/ftnoir_tracker_aruco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index e3859636..02b7e0a7 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -9,7 +9,7 @@ #include "ui_aruco-trackercontrols.h" #include "options/options.hpp" -#include "trans_calib.h" +#include "cv/translation-calibrator.hpp" #include "api/plugin-api.hpp" #include "cv/video-widget.hpp" #include "compat/timer.hpp" |