diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-09 19:14:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-10 05:01:33 +0200 |
commit | ef1b350512efc5218f5b127a30ee497be89df972 (patch) | |
tree | ee98cee1795ab94d2c696f69507edf74aa7482f1 /tracker-pt/point_tracker.h | |
parent | 448f39a4e144d7c01911aa84375dfa4f24ba44a1 (diff) |
tracker/{pt-base,trackhat}: add variable deadzone factortrackhat-opentrack-2.0
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r-- | tracker-pt/point_tracker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h index 06388f49..7492b4eb 100644 --- a/tracker-pt/point_tracker.h +++ b/tracker-pt/point_tracker.h @@ -61,7 +61,8 @@ public: const PointModel& model, const pt_camera_info& info, int init_phase_timeout, - point_filter& filter); + point_filter& filter, + f deadzone_amount); Affine pose() const { return X_CM; } vec2 project(const vec3& v_M, f focal_length); vec2 project(const vec3& v_M, f focal_length, const Affine& X_CM); |