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

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

답변 (2개)

sina Ebrahimi Farsangi
sina Ebrahimi Farsangi 2019년 10월 5일

1 개 추천

Hi Mandeep . Did u find an answer to your question. I have the same problem...

댓글 수: 2

fv = stlread('file.stl')
fv.vertices
Thanks@ sina Ebrahimi Farsangi, I got the answer long back, anyway Thanks for your reply.

댓글을 달려면 로그인하십시오.

Meg Noah
Meg Noah 2021년 4월 1일

0 개 추천

There is a program on matlab central that returns the coordinates x,y,z that are the point cloud

카테고리

질문:

2016년 3월 11일

답변:

2021년 4월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by