diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 23:37:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 23:37:08 +0200 |
commit | fbf579e102af6eb178d9b4b07f0e1e3956985e56 (patch) | |
tree | 9d3d5ac85fa56ab1e36d19afe587250b5c264ce1 /ftnoir_tracker_pt/camera.h | |
parent | 25d9ab287523961df97355da9728c9d3adf946bc (diff) |
fixup! fixup! PT tracker feature removal
Some PT features got under the knife:
- dynamic pose resolution velocity prediction model
- tracker dialog's tracker tab
- focal length coefficient
Diffstat (limited to 'ftnoir_tracker_pt/camera.h')
-rw-r--r-- | ftnoir_tracker_pt/camera.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index 9836435c..e2ba56c4 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -48,7 +48,6 @@ public: // calls corresponding template methods and reinitializes frame rate calculation void set_device_index(int index); - void set_f(float f); void set_fps(int fps); void set_res(int x_res, int y_res); |