summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt_dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-04-12 01:40:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-04-12 01:47:47 +0200
commit3a9e32e7c8c6df97720ba569ef64131b086ad281 (patch)
tree86acff1cfa33ef88a4890407448b1833e32f1680 /tracker-pt/ftnoir_tracker_pt_dialog.cpp
parent9996a3eb72611304ae26f97729a92e99d07cfda2 (diff)
cv/calibrator: allow for experimental roll calibration
It mostly works from my testing.
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
index b47dac26..98e8e424 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
@@ -17,7 +17,7 @@
TrackerDialog_PT::TrackerDialog_PT()
: tracker(nullptr),
timer(this),
- trans_calib(1, 2)
+ trans_calib(1, 2, 0)
{
ui.setupUi(this);