How to read and visualize my lidar data?
Mostrar comentarios más antiguos
Hi All,
My lidar data is in bin file :
Anyone here has any idea how to read my lidar data in MATLAB?
3 comentarios
KSSV
el 16 de Abr. de 2019
Do you have any info on the format? It is read by fread on knowing the format of the file.
Kevin Chng
el 16 de Abr. de 2019
KSSV
el 16 de Abr. de 2019
Actually after reading the data using fread it will be reshaped to required dimension using reshape. To achieve this format of the file should be known.
Respuesta aceptada
Más respuestas (1)
TripleSSSS
el 30 de Abr. de 2020
0 votos
Read the data as a float using fread.
For nusences dataset each point in the point cloud contains 5 floats. reshape the data and use pcshow for display.
Categorías
Más información sobre Image Processing and Computer Vision en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!