フィルターのクリア

Is there a way to convert .las file to .pcd type lidar file?

25 ビュー (過去 30 日間)
Shwetabh Singh
Shwetabh Singh 2023 年 3 月 1 日
編集済み: MathWorks Support Team 2024 年 6 月 11 日
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?

採用された回答

Animesh
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 件)

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by