convert point cloud to surface

8 Ansichten (letzte 30 Tage)
Eman
Eman am 25 Nov. 2014
Bearbeitet: Walter Roberson am 4 Okt. 2017
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

Antworten (2)

Chad Greene
Chad Greene am 25 Nov. 2014

Areeb Mir
Areeb Mir am 4 Okt. 2017
Hello. Is it possible for you to share the code for converting DICOM to Point Cloud?

Community Treasure Hunt

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

Start Hunting!

Translated by