summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-01-22 15:46:46 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-01-22 15:46:46 +0100
commitb142de896f9cca0c539d0b930533f16f99394a1e (patch)
tree48da932d47995d9408e446a206464d541c47154a /tracker-pt/ftnoir_tracker_pt.h
parentae30642aac9ccbdf55ba62a16831dc272ce73105 (diff)
tracker/pt: move default calibration to separate function
Also, use consistently in all places
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rw-r--r--tracker-pt/ftnoir_tracker_pt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h
index dff0c30a..a46d2c07 100644
--- a/tracker-pt/ftnoir_tracker_pt.h
+++ b/tracker-pt/ftnoir_tracker_pt.h
@@ -56,6 +56,7 @@ private:
void reset_command(Command command);
bool get_focal_length(float &ret);
+ Affine get_model_pos();
volatile int commands;