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

Building OpenCV codes on ROS

asked 2014-07-31 23:50:51 -0500

Azl gravatar image

Hi im new to ROS and openCV.

Im currently running on Ubuntu.

Im currently trying to use Asus Xtion Pro to detect lines using Hough transform detection codes. I have OpenCV 2.4.9 installed and ROS installed. How can i go about building codes to detect lines using my Asus Xtion pro.

Thanks in advance!

Azl

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-08-01 01:21:53 -0500

See the cv_bridge Convert between ROS Images and OpenCV Images tutorial. This shows you how you can get a OpenCV representation of image data. Once you have that, you can perform all OpenCV operations on the image data, including hough transform.

edit flag offensive delete link more

Comments

Thank you I will get to it

Azl gravatar image Azl  ( 2014-08-01 04:52:17 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-07-31 23:50:51 -0500

Seen: 264 times

Last updated: Aug 01 '14