diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-01-22 15:46:46 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-01-22 15:46:46 +0100 |
commit | b142de896f9cca0c539d0b930533f16f99394a1e (patch) | |
tree | 48da932d47995d9408e446a206464d541c47154a /tracker-pt/ftnoir_tracker_pt.h | |
parent | ae30642aac9ccbdf55ba62a16831dc272ce73105 (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.h | 1 |
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; |