diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-12 16:10:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-12 16:10:23 +0200 |
commit | 2de1c44a994fb72142ef020546efcd22ac8c6a83 (patch) | |
tree | 34551a02053a354a834e085b09ba274785159edd /ftnoir_tracker_aruco/trans_calib.h | |
parent | a63156fc2cddccf03c2e2959df50a2bcc0585f2a (diff) |
aruco cleanup, experimental contrast fix
Diffstat (limited to 'ftnoir_tracker_aruco/trans_calib.h')
-rw-r--r-- | ftnoir_tracker_aruco/trans_calib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/trans_calib.h b/ftnoir_tracker_aruco/trans_calib.h index c2c02b38..5a2d7c0f 100644 --- a/ftnoir_tracker_aruco/trans_calib.h +++ b/ftnoir_tracker_aruco/trans_calib.h @@ -26,7 +26,7 @@ public: void reset(); // update the current estimate - void update(const cv::Matx33f& R_CM_k, const cv::Vec3f& t_CM_k); + void update(const cv::Matx33d& R_CM_k, const cv::Vec3d& t_CM_k); // get the current estimate for t_MH cv::Vec3f get_estimate(); |