Robotics StackExchange | Archived questions

primitive object recognition (Hydro)

Hi again,

in case that my other question regarding object recognition with only a 2d laser scan available cannot be answered easy enough...

How about any sort of object recognition using vision sensors like from Kinect through TOF cams and all the way down to simple web cams? Are there any close to ready built stacks/packages in ROS Hydromedusa that I could make use of? Up-to-date tutorials about that topic?

Thanks again!

Cheers, Hendrik

Asked by Hendrik Wiese on 2013-10-21 13:37:51 UTC

Comments

Answers

OpenCV is a really powerful computer vision library (http://opencv.org) and has a whole bunch of tutorials for doing all sorts of interesting things:

http://docs.opencv.org/doc/tutorials/tutorials.html

ROS has a wrapper/bridge built for communicating with this library (http://wiki.ros.org/vision_opencv).

You can find some tutorials on communicating between the two ends here:

http://wiki.ros.org/vision_opencv/Tutorials

Asked by skiesel on 2013-10-22 01:43:37 UTC

Comments