summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-16 13:40:44 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-16 13:41:17 +0100
commit028f3111d6004438987d698918fd9f851b91ec84 (patch)
tree9aba41de8c98edc0653a660b6634f924138e51d2 /tracker-pt
parente0c4712a58c8be5b4640bf8852190b1e7813c7fe (diff)
tracker/{aruco,pt}: adjust usages for the calibrator
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
index d3951bd9..5c7c788b 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
@@ -16,7 +16,8 @@
TrackerDialog_PT::TrackerDialog_PT()
: tracker(nullptr),
- timer(this)
+ timer(this),
+ trans_calib(1, 2)
{
ui.setupUi(this);