フィルターのクリア

How to translate 3d-scanned point clouds to .stl format

9 ビュー (過去 30 日間)
LIN Hongbin
LIN Hongbin 2016 年 1 月 23 日
コメント済み: Walter Roberson 2017 年 11 月 9 日
I scanned a piece with a 3D scanner,and got a set of point clouds.Now I want to triangulate the point cloud with only the patches,I don't want to triangulate the point clouds into tetrahedron,because what I want to get is the surface or the contour of the 3D-model,just like .stl format. Thank you.
  2 件のコメント
dayseeker
dayseeker 2017 年 11 月 6 日
Hello, i am working on same project, can i ask you how you create stl from point data cloud? I used Delaunay Triangulation but how to use its Connectivity List to make STL, can you please help me?
Walter Roberson
Walter Roberson 2017 年 11 月 9 日
dayseeker: note that LIN Hongbin was probably not notified about your question.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 23 日
Do you have R2014b or later? If so then see alphashape() and also boundary()
If not then you can find alphashape implementations in the File Exchange.
  7 件のコメント
Walter Roberson
Walter Roberson 2016 年 1 月 25 日
編集済み: Walter Roberson 2016 年 1 月 25 日
It looks to me as if the stellation arose from using an inappropriate alpha value. The purpose of alpha shapes is to wrap the surface closely around the known data, and the stellated version was a closer wrap, but the amount of wrapping is determined by the alpha values.
I have not used alpha values myself; John D'Errico created an Alpha Shapes File Exchange contribution and would know far more than I would about how to use them.
But keep in mind that you originally said you had a point cloud. Your example here is hardly a point cloud.
LIN Hongbin
LIN Hongbin 2016 年 1 月 26 日
Thank you !I made a mistake at first that I used boundary without Dedaunay Triangulation.Now I got it.Thank you,Wlter!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by