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

Object Recognition with PointGrey Bumblebee2 [closed]

asked 2014-11-21 09:06:51 -0500

Hi All,

I have a PointGrey Bumblebee2 stereo vision camera that I am attempting to do object recognition with. The goal is to locate and object with the camera, use that to line the robot up with the object, then pick it up. Is there an object recognition package for this? I've found Object Recognition Kitchen but that requires openni, which doesn't work with the Bumblebee2 as it is not an RGB camera. Does anyone know of any object recognition packages that will work with the Bumblebee2?

Thanks

edit retag flag offensive reopen merge delete

Closed for the following reason too localized by Miquel Massot
close date 2014-11-25 03:51:37.869975

Comments

I need to recognize cans, about half the size of an oil drum, with a flange at the top. I shall look into PCL and OpenCV.

Icehawk101 gravatar image Icehawk101  ( 2014-11-24 13:58:34 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-24 10:45:27 -0500

Miquel Massot gravatar image

updated 2014-11-25 03:51:11 -0500

With a stereo camera you can either recognize objects using the processed pointcloud or directly on the image. For that, I recommend you to take a look at PCL and OpenCV detection algorithms or example implementations.

With cans I would start detecting ellipses in the image, or if the cans have a specific colour I would use the color and the depth information to group different cans together.

This question is too localized.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-11-21 09:06:51 -0500

Seen: 524 times

Last updated: Nov 25 '14