Borrar filtros
Borrar filtros

What does the axes in my plot mean?

2 visualizaciones (últimos 30 días)
Shwetabh Singh
Shwetabh Singh el 17 de Ag. de 2022
Comentada: Walter Roberson el 23 de Ag. de 2022
I used pcshow to plot two point clouds taken from another software. the plot's axes has numbers that dont really make sense to me, so I wanted to know what does pcshow plot on the axes?
  7 comentarios
Shwetabh Singh
Shwetabh Singh el 22 de Ag. de 2022
lasReader1 = lasFileReader("rtk_cloud_1.las")
ptCloud1 = readPointCloud(lasReader1);
lasReader2 = lasFileReader("rtk_cloud_2.las")
ptCloud2 = readPointCloud(lasReader2);
lasReader3 = lasFileReader("rtk_cloud_3.las")
ptCloud3 = readPointCloud(lasReader3);
figure
pcshow(ptCloud1.Location,[1,0,0])
view(0,90)
this is the code i used to plot this image. .las was the lidar scan file which I got from lidar's software.
Walter Roberson
Walter Roberson el 23 de Ag. de 2022
pcshow() will use the coordinates as stored in the pointcloud ptCloud1 .
What shows up for
max(ptCloud1.Location(:))
min(ptCloud1.Location(:))

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Point Cloud Processing en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by