How to make opencv and ROS work together?
I have been stuck on this issue for days .I am trying to access image using ros and then do simple opencv algorithms like canny edge.
I do cmake and when I rosmake this particular issue keeps rising from cv_bridge.H. "//usr/local/lib/libopencv_gpu.so.2.3: undefined reference to `cv::gpu::GpuMat::release()'"
I installed the CUDA driver and it says the same error again.What am I doing wrong here? I thought ROS and OPENCV are compatible but it does not seem like that seem that all.
Please share your perspective.