Getting point cloud directly from a 3D CAD STL Model in Matlab

46 visualizaciones (últimos 30 días)
Mandeep Dhanda
Mandeep Dhanda el 11 de Mzo. de 2016
Respondida: Meg Noah el 1 de Abr. de 2021
I have a 3-D CAD STL Model, which I have to convert into a point cloud. After that this point cloud is used by me as a input for furthur work. The resultant point cloud can be considered equivalent to a point cloud output from a Laser Scan/CMM of the object. No mesh generation is neeeded . pl, help me regarding this

Respuestas (2)

sina Ebrahimi Farsangi
sina Ebrahimi Farsangi el 5 de Oct. de 2019
Hi Mandeep . Did u find an answer to your question. I have the same problem...
  2 comentarios
darova
darova el 5 de Oct. de 2019
fv = stlread('file.stl')
fv.vertices
Mandeep Dhanda
Mandeep Dhanda el 9 de Oct. de 2019
Thanks@ sina Ebrahimi Farsangi, I got the answer long back, anyway Thanks for your reply.

Iniciar sesión para comentar.


Meg Noah
Meg Noah el 1 de Abr. de 2021
There is a program on matlab central that returns the coordinates x,y,z that are the point cloud

Categorías

Más información sobre Model Import 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!

Translated by