필터 지우기
필터 지우기

visualizing binary 3D arrays (Voxel Data)

조회 수: 4 (최근 30일)
Behrouz
Behrouz 2011년 8월 16일
How to visualize a volume (visual hull) given a binary 3D array in Matlab?

채택된 답변

Walter Roberson
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
Behrouz
Behrouz 2011년 8월 18일
Thanks Walter, I think scatter3 is quite useful for me.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Sean de Wolski
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 CenterFile Exchange에서 Scalar Volume Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by