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

Is there a paper explaining algorithm of tabletop recognition?

asked 2012-12-24 23:31:39 -0500

I try to find papers that explain the algorithm and design of tabletop recognition, but I cannot find one.

Does anyone know if there's paper explaining the algorithm used in tabletop object recognition?Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-12-25 12:48:08 -0500

Tabletop object recognition could basically be divided into two kinds: textured object recognition and textureless object recognition. For textureless objects, people mainly use shape information extracted from point cloud (like that generated by Kinect). You can refer to Correspondence Grouping and Implicit Shape Model presented by PCL. There are both good docs and open source codes. For textured object recognition, people mainly use feature points like SIFT or SURF extracted from images. You can refer to MOPED which also contains paper and open source codes. In ICRA2011, there is a perception challenge origanized by WillowGarage. The champion of this challenge published a paper named "A Textured Object Recognition Pipeline for Color and Depth Image Data" in ICRA2012 which is also very enlightening.

Hope that helps.

edit flag offensive delete link more

Comments

Thank you~!

Po-Jen Lai gravatar image Po-Jen Lai  ( 2012-12-26 02:32:15 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-12-24 23:31:39 -0500

Seen: 335 times

Last updated: Dec 25 '12