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!