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

답변 (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 CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by