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

Get RGB image of Segmented Objects?

asked 2012-06-05 13:25:55 -0500

Alireza gravatar image

Hi, is there any way to get rgb image of segmented objects in tabletop_object_detector node?

(Actually i want to send the rgb image of segmented objects to a 2d object recognition node which is using sift library!)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-06-05 13:48:37 -0500

Yep, just requires a few steps.

  1. Choose which camera you want to use (on a PR2, narrow_stereo might be a good choice). I'll refer to this as camera.
  2. Create a [image_geometry](http://www.ros.org/wiki/image_geometry).PinholeCameraModel using camera/camera_info.
  3. Let's say you have a PointStamped called object_center which represents the center of mass of some detected object. Transform that point into camera's frame using a tf.TransformListener.
  4. Project that point onto camera's image plane using your camera model's project3dToPixel.
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-05 13:25:55 -0500

Seen: 242 times

Last updated: Jun 05 '12