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

registration in openni_launch

asked 2012-06-16 17:11:11 -0500

rosmaker gravatar image

updated 2012-06-16 19:26:22 -0500

http://www.ros.org/wiki/openni_launch/Tutorials/QuickStart

What is the registration?

What is the difference "rosrun image_view disparity_view image:=/camera/depth_registered

/disparity" and "rosrun image_view disparity_view image:=/camera/depth/disparity" ?

I don't find difference of them.

When we use them?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2014-03-15 08:26:58 -0500

Joao Ferreira gravatar image

I am not completely sure, but from what I could understand, the registered data matches the depth information and relates to the RGB camera.

By taking a look at the /camera/depth_registered/disparity we can see that it is slightly different from /camera/depth/disparity

/camera/depth_registered/disparity seems to be the image got from the rgb camera, showing only the part that is visible by the depth sensor. It is useful when you want to relate the RGB image and the depth points. Imagine you want to 3D scan an object. If you need to know the color of that object, you should use /camera/depth_registered . That is how the /camera/depth_registered/points might be built, as it kind of mix the information from RGB camera and depth sensor.

/camera/depth/disparity contains the raw depth information from the depth sensor, though.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-16 17:11:11 -0500

Seen: 319 times

Last updated: Mar 15 '14