Ask Your Question
0

Using OpenCV of ROS in Qt Creator

asked 2012-10-18 10:19:27 -0600

David_Lavy gravatar image

Hi, so I've installed ROS Fuerte in my PC, and now I want to use the OpenCV libraries from it in a Qt project. I don't know how to do it ... Before I had ROS Electric and by only adding:

unix {    
CONFIG += link_pkgconfig
PKGCONFIG += opencv
}

To my .pro file was enough to start using OpenCV, but this doesn't work now. Do you have any idea how to do it? Thanks.

Additional Info:

  • Ubuntu version 11.10
  • OpenCV version 2.4.2
  • ROS Fuerte
  • Qt 4.7.3
edit retag flag offensive close merge delete

Comments

And what do people from http://answers.ros.org say? That forum is possibly a better place for this question...

Kirill Kornyakov gravatar imageKirill Kornyakov ( 2012-10-18 13:20:03 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-10-18 15:14:00 -0600

beowulf gravatar image

Are complicated steps, but nothing impossible.

This tutorial will help you:

http://www.laganiere.name/opencvCookbook/chap1s1_2.shtml

and that video:

http://www.youtube.com/watch?v=dgcXYQijV6c

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-18 10:19:27 -0600

Seen: 1,615 times

Last updated: Oct 18 '12