Generate 3-D object

1 view (last 30 days)
Duong NGUYEN
Duong NGUYEN on 6 Dec 2015
Commented: Duong NGUYEN on 7 Dec 2015
Hello every one,
I have the CT scan images of a object, how could I generate this object in Matlab?
I have tried the patch function, but I failed. My method is: First, I detect contours, and then I get the points belonging to this contour. I use these points as the vertices for "patch" functions. Next, for each vertices, I find 2 nearest vertices, one in the same layer and one in the next layer to create a faces for the "patch" functions. But the result is bad.
Could anyone know how to do it? Thank you very much and sorry for my bad english!

Accepted Answer

Mike Garrity
Mike Garrity on 7 Dec 2015
Have you tried the isosurface function ?

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!