Errors using OpenCV source code for camera calibration

asked 2015-01-03 04:43:40 -0600

Aeldred gravatar image

updated 2015-01-09 03:10:01 -0600

Good morning !

I'm a new user of openCV, I managed to install OpenCV with Qt, and for my project i need to correct the distorsion from cameras. So i used the source code from OpenCV examples : text

But when i launch the build, i have some errors from this code. I don't really understand why, but i think it is because i use a more recent version than in the example. Errors are all in the form of :

error: undefined reference to `cv::projectPoints(cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, double)'

I'm not an usual user of OpenCV, so i'm lost with this. I tried to use the openCV documentation but i didn't find answer...Can someone help me, please ?

Thanks

edit retag flag offensive close merge delete

Comments

1

are there more errors ? do you link the opencv_calib3d lib ?

berak gravatar imageberak ( 2015-01-03 05:08:08 -0600 )edit

First: what kind of openCV Version are you using?

JohannesZ gravatar imageJohannesZ ( 2015-01-09 08:31:17 -0600 )edit