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

Fetching the RGB image from kinect

asked 2014-09-01 05:27:24 -0500

sumanth gravatar image

Hello, I am using kinect sensor for the mapping and navigation in my project, As Kinect also have a RGB camera. I wanted to fetch the RGB image from the kinect, then do some processing and get the text data in the image using this data I want to re localise my robot.

Is this possible in ros.?

Many Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-09-02 05:04:54 -0500

jorge gravatar image

Sure! just subscribe to the RGB image topic. Assuming you started the openni with

roslaunch openni_launch openni.launch

Just subscribe to /camera/rgb/image_raw topic. The sensor_msgs/Image messages you get can be easily converted to OpenCV with cv_bridge package.

edit flag offensive delete link more

Comments

oh thanks, any already available packages for text extraction from images.

sumanth gravatar image sumanth  ( 2014-09-02 07:25:32 -0500 )edit

Dear @sumanth, if this answer is satisfactory for you, please, mark it as correct. Also, it would be more appropriate to ask about the package for text extraction from images as a new question, as it could be helpful for other people. Thank you for helping us keep the forum organised.

Martin Peris gravatar image Martin Peris  ( 2014-09-02 20:27:11 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-09-01 05:27:24 -0500

Seen: 924 times

Last updated: Sep 02 '14