Is there a way to convert .las file to .pcd type lidar file?
조회 수: 23 (최근 30일)
이전 댓글 표시
I have a bunch of .las lidar scans and I want to use maltab features like pc2scan/pctransform wtc. but it seems they dont work with .las file but rather with .pcd/.ply type files. is it possible to convert .las to those supported formats?
댓글 수: 0
채택된 답변
Animesh
2023년 3월 6일
편집: MathWorks Support Team
2024년 6월 11일
Pctransform() operates on pointCloud objects. The point clouds need to be extracted from the .las file. See LAS or LAZ file reader - MATLAB (mathworks.com) for how to extract point clouds from .las files.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Preprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!