From c5b0135fff823945642cd5fe3aff7bc8e92e215e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 21 May 2017 08:33:37 +0200 Subject: cv: remove undefined function's declaration --- cv/translation-calibrator.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cv') diff --git a/cv/translation-calibrator.hpp b/cv/translation-calibrator.hpp index 40ba19e9..ae2ed844 100644 --- a/cv/translation-calibrator.hpp +++ b/cv/translation-calibrator.hpp @@ -33,7 +33,6 @@ public: private: bool check_bucket(const cv::Matx33d& R_CM_k); - static int get_index(int yaw, int pitch, int roll); cv::Matx66f P; // normalized precision matrix = inverse covariance cv::Vec6f y; // P*(-t_MH, t_CH) -- cgit v1.2.3