Info
此问题已关闭。 请重新打开它进行编辑或回答。
Some questions about Kinect data aqcuisition using Matlab R2013a
1 次查看(过去 30 天)
显示 更早的评论
Dear Genious,
I have a big question regarding Kinect acquisition data using Matlab R2013a. As I know that depth data is 12 bit result of matlab reading. Its distance measurement is in millimeters.
I need depth data to get real value of RGB from RGB data by mapping by its coordinates directly after thresholding depth data for only certain distance (example 900mm - 3000 mm). But I read that indices in depth data (from microsoft kinect MSDN website) does not represent realworld index. For your information, I use only Microsoft Kinect SDK v 1.8 and matlab 2013a.
My questions: 1. Do we still need to callibrate kinect to get depth data and rgb data matched? If yes, could you propose me a link to get there? 2. Should I implement a method to match these both data or can I use directly depth data without additional processing? 3. I try to use METADATA that matlab get from kinect and I see there is worldcoordinates. But why I did not get value other then zero in all matrix member when I tried to get 1 frame only?
Thank you so much for your help. I really need this information.
0 个评论
回答(1 个)
Martin Schätz
2015-10-18
Hi, you don't have to callibrate Kinect to get depth and RGB matched. All is shifted because both sensors are some distance from each other. Here is a page where they have script to create point cloud from rgb and depth data, so you can use just the part for mapping.
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!