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

Computer vision in ROS [closed]

asked 2014-07-29 05:48:18 -0500

updated 2014-07-29 05:50:05 -0500

I am new in computer vision but I need to implement a robot with these kind of abilities.

  1. It has to identify objects with a particular color and size.
  2. For this purpose I have a RGB camera which gives me a topic of the type: sensor_msgs/Image

I imagine that ROS has its own version of OpenCV for these cases. What I have to do is a pretty simple task but I have no idea of image processing.

Any idea? Where can I find libraries and documentation explaining them?

(I am working with ROS Hydro)

Thank you

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by arenillas
close date 2014-08-28 09:48:54.195381

1 Answer

Sort by ยป oldest newest most voted
3

answered 2014-07-29 06:16:40 -0500

dornhege gravatar image

Check out CV Bridge. This converts ROS images to OpenCV images. From then on it's straight-forward open cv code.

edit flag offensive delete link more

Comments

Is there any library to process images that belongs to ros? (without needing to convert it with CV Bridge)

arenillas gravatar image arenillas  ( 2014-07-29 08:13:06 -0500 )edit
1

Something as powerful as Open CV: No. I would consider Open CV the image library for ROS.

dornhege gravatar image dornhege  ( 2014-07-29 08:17:53 -0500 )edit

thank you very much ;)

arenillas gravatar image arenillas  ( 2014-07-29 08:40:55 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-07-29 05:48:18 -0500

Seen: 254 times

Last updated: Jul 29 '14