How can I convert a file format FIG to PCD?
2 次查看(过去 30 天)
显示 更早的评论
Hi.
I'm new to matlab. I did the following to edit point cloud data.
ptCloud=pcread(filename)
pcshow(ptCloud)
After editing, the data is saved as a FIG file, how can I convert it to a PCD file?
0 个评论
采纳的回答
Benjamin Thompson
2022-8-1
There is a function called pcwrite. The MATLAB documentation has a good article on it.
14 个评论
Walter Roberson
2022-8-9
There are 1832 points in one point cloud.
You might want to change the colormap to highlight more of the points. There are a lot of dark blue points in the front right.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!