diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 14:31:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 14:31:38 +0200 |
commit | a664f1e0bd8dc6f24ce7bf25406bf9c4bfda7ecd (patch) | |
tree | 02d5b445c052eb358f0f1e1cb24f83721b4939b0 /ftnoir_tracker_pt/ftnoir_tracker_pt.h | |
parent | b96ed23aff5d39ef96dfb22d21c6161cda9bcce5 (diff) | |
parent | 56dd856405ebf26f8243880035fed2dd688b14a6 (diff) |
Merge branch 'unstable' into trackhat-ui
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h index 97aa54aa..b303a913 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h @@ -72,7 +72,6 @@ private: Timer time; volatile bool ever_success; - cv::Mat intrinsics, dist_coeffs; static constexpr double rad2deg = 180.0/3.14159265; static constexpr double deg2rad = 3.14159265/180.0; |