i have found the answer for this and it can be done by this code to obtain all the x, y, and z coordinates: x=xyzPoints(:,:,1); y=xyzPoints(:,:,2); z=xyzPoints(:,:,3); points3D=[x(:)';y(:)';z(:)'];
how to extract xyz coordinates from 3d point cloud
3 ビュー (過去 30 日間)
古いコメントを表示
My aim is to have a 3D point cloud from kinect xbox360 and then to extract the 3D coordinates (x, y, z) from the cloud as a matrix or in other way in order to send these values(x, y, z) to an arduino kit where i have three servo motors connected one for x, one for y, and one for z. is their anyone can help me in programming or ideas how to make this done!!
0 件のコメント
採用された回答
Hassan El Chawich
2016 年 4 月 27 日
1 件のコメント
liu yenfeng
2017 年 6 月 3 日
but i use this code, it has a error "Reference to a cleared variable xyzPoints." do you know why?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Kinect For Windows Sensor についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!