3D structure not displaying correctly (volumeViewer) - example 3D data does not display properly.
이전 댓글 표시
I am using the volumeViewer to look at a CT scan of a beam.
I have a 3D data set for a binary image which is a 1000x1000x1000 logical. I have tried looking at unthresholded data which is a uint8 and have the same problem.
The 3D body is not displaying correctly, it looks as if the top and bottom slice display but the structure inbetween does not. (See attached image)
The object does display if the slice panes are used, but not for the volume.
I am using matlab 2019a. The structure displayed correctly on a colleagues computer (The entire beam is visible).
The same problem occurs when looking at example 3D data vol_001.mat found here:
load(fullfile(toolboxdir('images'),'imdata','BrainMRILabeled','images','vol_001.mat'));
load(fullfile(toolboxdir('images'),'imdata','BrainMRILabeled','labels','label_001.mat'));
So I assume this is some problem with my computer but I don't know what is wrong. I have played around with the rendering options but they only seem to affect the outside of the body, rather than the internal structure.
Any suggestions are appreciated.

댓글 수: 3
Bruno Luong
2019년 7월 15일
beside experimenting with different rendering (zbuffer/opengl/painter) you might want to try
opengl software
or
update/rollback the driver of your graphic card.
If many graphics are on the same view plane it can render differently. Sometime you have to force the depth or swap the creating order, see this blog
Bobby Huxford
2019년 7월 15일
Bobby Huxford
2019년 7월 16일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

