Why do I get distorded Sagittal and Coronal planes?

조회 수: 3 (최근 30일)
Stelios Fanourakis
Stelios Fanourakis 2018년 5월 11일
댓글: Stelios Fanourakis 2018년 5월 15일
I use the imshow3dfull from the community (see https://uk.mathworks.com/matlabcentral/fileexchange/47463-imshow3dfull--3d-imshow-in-3-views -). I get distorded sagittal and coronal planes like in the pic I enclose. What do I do wrong? Anyone help please?
  댓글 수: 8
Jan
Jan 2018년 5월 13일
I still do not know where you want to "increase the image plane". What exactly is the "image plane"? Do you want to interpolate the data or to increase the size on the screen? Maybe all you want is to change the Voxel_size?
By the way, the last part of your code can be simplified:
IsoImage = cast(IsoImage, class(nonIsonImage));
This is much easier and less prone to typos than a bunch of almost equal IF branches.
Stelios Fanourakis
Stelios Fanourakis 2018년 5월 15일
Dear Jan Can you please indicate me the line that can be simplified. The truth is that I get an error "OUT of MEMORY", whenever I call this function by using 0.5, 'cubic'. It seems is too large for Matlab to calculate.
The image plane size is determined by the z axis on how many slices I will call. For instance if you put [1,1,2] it will be just two slices (very thin) but if you call [1,1,15] it will be the whole plane since 15 are all slices

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by