From 3a9e32e7c8c6df97720ba569ef64131b086ad281 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 12 Apr 2017 01:40:28 +0200 Subject: cv/calibrator: allow for experimental roll calibration It mostly works from my testing. --- tracker-pt/ftnoir_tracker_pt_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-pt') 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); -- cgit v1.2.3