ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Use older verisions of OpenCV with Groovy?

asked 2013-05-12 12:31:33 -0500

ryeakle gravatar image

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?

edit retag flag offensive close merge delete

Comments

Out of curiosity, why do you want to do this?

Mac gravatar image Mac  ( 2013-05-13 05:22:15 -0500 )edit

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.

ryeakle gravatar image ryeakle  ( 2013-05-13 06:03:52 -0500 )edit
1

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.

Mac gravatar image Mac  ( 2013-05-13 06:14:21 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-05-13 15:52:12 -0500

tfoote gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-12 12:31:33 -0500

Seen: 213 times

Last updated: May 13 '13