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?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-05-12 12:31:33 -0500
Seen: 153 times
Last updated: May 13 '13
HOW TO USE OPENCV IN GROOVY? [closed]
Smallest Asymmetric Circles Grid [closed]
republish image from rospy node to roscpp node
rviz runtime error in groovy at Mac OS X(homebrew) [closed]
Converting Kinect depth image to Real world coordinate.
focal length of Ardrone front camera [closed]
Combines message for image and information gives "invalid initialization error"
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.