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

fei's profile - activity

2015-10-14 16:29:21 -0500 received badge  Editor (source)
2015-10-14 16:23:50 -0500 received badge  Famous Question (source)
2015-06-16 10:13:20 -0500 received badge  Supporter (source)
2015-06-16 08:53:37 -0500 received badge  Enthusiast
2015-06-12 16:14:11 -0500 commented answer Activating OpenNi depth registration by default

Hello, I want to make sure what I did is right. In side the .launch file that I create, is it should be like followings? <launch> <include file="$(find openni_launch)/launch/openni.launch"> <arg name="depth_registration" default="true"/>

</include> </launch>

2015-06-10 21:09:33 -0500 received badge  Notable Question (source)
2015-06-10 16:18:19 -0500 received badge  Popular Question (source)
2015-06-10 15:59:56 -0500 commented answer 2D point to 3D transformation(using Kinect) programmed by openCV

How could I map the 2D point to 3D? There are lots of information that I need, for example principle point, focusing length, radial distortion and trangential. Are they same for all the Kinects? Thank you.

2015-06-10 15:56:20 -0500 received badge  Scholar (source)
2015-06-10 15:18:43 -0500 commented answer 2D point to 3D transformation(using Kinect) programmed by openCV

I am doing object tracking. I use 2D because it is faster to run energy function compared to run it on 3D, but I want to have 3D as an initialization. Thank you.

2015-06-08 14:30:10 -0500 asked a question 2D point to 3D transformation(using Kinect) programmed by openCV

enter code here I am working on something related to 2D point to 3D transformation, which is new to me. Could anyone provide me an outline about doing this? better with explanation. Thank you!


I solved this problem.
1. read rgb image and depth image from kinect approximately, using http://wiki.ros.org/message_filters/ApproximateTime.
2. get the formula to calculate the value(x,y) from rgb image and z from depth image into 3D point.x, point.y, point.z

2015-06-08 13:36:18 -0500 commented question Rosjava + (OpenCV) => (2D to 3D)

Could you please tell me which function you use from openCV library to compute 3D position. I am doing the similar work with yours. Thank you.