cv_bridge and opencv 3.0.0
We have functions that work for opencv 2.4.11 and 3.0.0. The program builds in eclipse just fine (is uses opencv 3.0.0), but when we try to catkin_make, we get the error:
CMakeFiles/visionnode.dir/src/vision.cpp.o: In function fisheyeAdjust()':
vision.cpp:(.text+0x11b9): undefined reference to
cv::fisheye::undistortImage(cv::InputArray const&, cv::OutputArray const&, cv::InputArray const&, cv::InputArray const&, cv::InputArray const&, cv::Size
We think it has to do with either a namespace issue or a cv_bridge issue. Any advice? Thanks!
Asked by jbrown on 2015-03-27 11:38:54 UTC
Comments