3D Point Cloud to 2D depth image

Hi
I have a 3D point cloud.
Now I want to convert it to 2D depth image of say 240*320. Does anyone has anything to share?
It will be a good addition to Matlab.
Best Regards Wajahat

댓글 수: 3

yifang huang
yifang huang 2018년 10월 23일
is this question solved?
Walter Roberson
Walter Roberson 2020년 9월 12일
That contribution is what VahidB suggested 4 years ago.

댓글을 달려면 로그인하십시오.

답변 (2개)

VahidB
VahidB 2016년 1월 22일

1 개 추천

댓글 수: 7

henry henry
henry henry 2016년 11월 13일
how to get x , y and z from pointcloud?
XYZ = YourPointCloud.Location; %Location property
X = XYZ(:,1); Y = XYZ(:,2); Z = XYZ(:,3);
rajyalakshmi k
rajyalakshmi k 2016년 12월 20일
hi sir i am not able to store my point cloud image in .xyz or .ply format.so i need small attention on my question "how to give point cloud location (XYZ = YourPointCloud.Location)";"
Walter Roberson
Walter Roberson 2016년 12월 20일
rajyalakshmi k, What format is your point cloud in?
rajyalakshmi k
rajyalakshmi k 2016년 12월 21일
편집: Walter Roberson 2016년 12월 21일
Thank u sir for your fast response,
after executing this the final output is point cloud only but while saving that image i am not able to save in .xyz or .ply format (bcoz point cloud should be in .xyz or .ply only) anyway it is saving in .fig format only. but i need to extract x,y,z coornidates for any pointcloud image for further processing like getting surface model for that point cloud data. so please give any solution for my question.
Walter Roberson
Walter Roberson 2016년 12월 21일
편집: Walter Roberson 2016년 12월 21일
When you get down to the part of the example that has
% Create the point cloud
ptCloud = pointCloud(points3D, 'Color', color);
then ptCloud.Location will exist.
rajyalakshmi k
rajyalakshmi k 2016년 12월 21일
Thank you sir

댓글을 달려면 로그인하십시오.

카테고리

질문:

2015년 7월 7일

댓글:

2020년 9월 12일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by