How to generate a point cloud in 3D?
Mostrar comentarios más antiguos
Hello dear community,
I would like to know if there is a fast way to create a cloud in 3D which consists of points. I would like to get something like this:

The points should be written into a simple matrix. Each row should represent one point. Thank you for your help!
Respuesta aceptada
Más respuestas (1)
faten emad
el 17 de Sept. de 2018
0 votos
Hi Mike, your code is very good. I want to generate a point cloud of moving scan camera can you help me?
5 comentarios
Walter Roberson
el 19 de Sept. de 2018
Can you link to an example image?
faten emad
el 19 de Sept. de 2018
https://www.youtube.com/watch?v=vGHnpNNRHrw
i want to make like this video
Walter Roberson
el 19 de Sept. de 2018
If you do not have a time-marked stream of data available, then you would need to have some kind of model of the object and you would need to do the equivalent of raycasting to generate points over time and add them to the pointcloud as you go.
faten emad
el 20 de Sept. de 2018
can you help me with the codes?
Walter Roberson
el 20 de Sept. de 2018
Categorías
Más información sobre Point Cloud Processing 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!
