Use older verisions of OpenCV with Groovy?
Is it possible to use an older version of OpenCV with ROS Groovy (current version is 2.4.4)? If so, how could I change to a different version?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Is it possible to use an older version of OpenCV with ROS Groovy (current version is 2.4.4)? If so, how could I change to a different version?
If you want a different version of OpenCV you should create a workspace with all packages which depend on it and the older version of OpenCV and compile from source.
Asked: 2013-05-12 12:31:33 -0600
Seen: 229 times
Last updated: May 13 '13
OpenCV python bindings in cturtle [closed]
YUYV/YUV422 in image_transport
OpenCV camshift.py sample broken after Diamondback upgrade
Putting a sensor_msgs/Image into a message, getting it back, and converting it for OpenCV?
Camera pose calibration with multiple camera's
Out of curiosity, why do you want to do this?
My team was using the cvblobslib to do some object localization. When we used 2.4.4, everything builds, but the blob detection (cvblobslib) doesn't work. Compiled on our old machine with Fuerte and OpenCV 2.4.2, it does work. We ended up re-writing our program to work with a different blob library.
Huh. If you haven't, it might be good to file a bug against cvblobslib, just to let them know that OpenCV changed out from under them.