How can I convert a file format FIG to PCD?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Motoki Hatsuda
el 1 de Ag. de 2022
Comentada: Motoki Hatsuda
el 19 de Ag. de 2022
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 comentarios
Respuesta aceptada
Benjamin Thompson
el 1 de Ag. de 2022
There is a function called pcwrite. The MATLAB documentation has a good article on it.
14 comentarios
Walter Roberson
el 9 de Ag. de 2022
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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Point Cloud Processing 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!