convert point cloud to surface

8 ビュー (過去 30 日間)
Eman
Eman 2014 年 11 月 25 日
編集済み: Walter Roberson 2017 年 10 月 4 日
Hi,
I have points cloud (x,y,z) extracted from Dicom image (see the first attachment). I want to convert it to a smooth surface
I used the following commands:
DT_A= DelaunayTri(x,y,z);
[tri XA]= freeBoundary(DT_A);
figure;
trisurf(tri,XA(:,1),XA(:,2),XA(:,3), 'FaceColor', 'cyan', 'faceAlpha', 0.8);
Because it has an irregular shape, I have lost a lot of details.
any comment, suggestions or ideas
  1 件のコメント
Eman
Eman 2014 年 11 月 25 日
the first attachment

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

回答 (2 件)

Chad Greene
Chad Greene 2014 年 11 月 25 日

Areeb Mir
Areeb Mir 2017 年 10 月 4 日
Hello. Is it possible for you to share the code for converting DICOM to Point Cloud?

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by