diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-03-07 19:43:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-03-07 20:08:58 +0100 |
commit | 2138103b7c3af54e9cecd081403e8f536db6de1e (patch) | |
tree | 3f3ab9994d57b87ecda9d46044dae5c3f2a0ddf5 /tracker-pt/ftnoir_tracker_pt.h | |
parent | 3882d798cc93684fa3a64e25191953f68810ed3d (diff) |
tracker/pt: actually use hardcoded model offsets
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.h')
-rwxr-xr-x[-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 5f30c66f..46615cc3 100644..100755 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -54,6 +54,7 @@ private: }; void set_command(Command command); void reset_command(Command command); + cv::Vec3f get_model_offset(); bool get_focal_length(float &ret); |