From 028f3111d6004438987d698918fd9f851b91ec84 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 16 Mar 2017 13:40:44 +0100 Subject: tracker/{aruco,pt}: adjust usages for the calibrator --- tracker-pt/ftnoir_tracker_pt_dialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 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 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); -- cgit v1.2.3