Is there a way to convert .las file to .pcd type lidar file?
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Shwetabh Singh
el 1 de Mzo. de 2023
Editada: MathWorks Support Team
el 11 de Jun. de 2024
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 comentarios
Respuesta aceptada
Animesh
el 6 de Mzo. de 2023
Editada: MathWorks Support Team
el 11 de Jun. de 2024
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Preprocessing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!