summaryrefslogtreecommitdiffhomepage
path: root/cv/translation-calibrator.hpp
diff options
context:
space:
mode:
authorAttila Csipa <git@csipa.net>2017-07-07 13:16:16 +0100
committerAttila Csipa <git@csipa.net>2017-07-07 13:16:16 +0100
commit89b3621079aebc04b32892b01040397044c21bf4 (patch)
treefeac22663567716e51133734d7592da64adfd239 /cv/translation-calibrator.hpp
parentb8272dabb295ff8c92cde01d8a3170aae9b180a6 (diff)
parentf013741288cbbd9a2e70aea727cbb80cf72d10cc (diff)
Merge remote-tracking branch 'upstream/unstable' into unstable
Diffstat (limited to 'cv/translation-calibrator.hpp')
-rw-r--r--cv/translation-calibrator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cv/translation-calibrator.hpp b/cv/translation-calibrator.hpp
index ae2ed844..d908496a 100644
--- a/cv/translation-calibrator.hpp
+++ b/cv/translation-calibrator.hpp
@@ -29,7 +29,7 @@ public:
void update(const cv::Matx33d& R_CM_k, const cv::Vec3d& t_CM_k);
// get the current estimate for t_MH
- std::tuple<cv::Vec3f, unsigned> get_estimate();
+ std::tuple<cv::Vec3f, cv::Vec3i> get_estimate();
private:
bool check_bucket(const cv::Matx33d& R_CM_k);