visualizing binary 3D arrays (Voxel Data)
2 ビュー (過去 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
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!