How to display 3d output of segmented object in image?
1 view (last 30 days)
Show older comments
I have a segmented object from different slices/images, which are in binary images as
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159397/image.jpeg)
There are many similar images which I want to visualize as 3d object which can be rotate as shown here:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159398/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/159400/image.png)
Which functions I need to use to show this output in 3d?
Thanks for your time!
4 Comments
Image Analyst
on 30 Mar 2016
It's isosurface(), not isosurfaces() - that's why you probably couldn't find the examples in the help. I don't have any better than those.
Also check out the File Exchange where people have uploaded lots of files that do such things.
Answers (0)
See Also
Categories
Find more on 3-D Volumetric Image Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!