visualizing binary 3D arrays (Voxel Data)
4 次查看(过去 30 天)
显示 更早的评论
How to visualize a volume (visual hull) given a binary 3D array in Matlab?
0 个评论
采纳的回答
Walter Roberson
2011-8-16
If you use patch() you will need to set alpha parameters in order to be able to see "into" the object.
You may wish to consider using scatter3() and adjust the point size so that it does not fill up the entire cell, allowing you to look behind any one point.
更多回答(1 个)
Sean de Wolski
2011-8-16
There are many ways to do this, a few for you to look at:
doc isosurface
doc patch
doc slice
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Volume Visualization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!