Why do I get distorded Sagittal and Coronal planes?
Show older comments
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 Comments
"From the community" is not a unique definition. Please post exactly, where this tool is coming from. Prefer to post a link. Then start with asking the author and post, what he or she has answered. Provide the inputs in addition.
[EDITED] See also the thread concerning the same problem: https://www.mathworks.com/matlabcentral/answers/400230-why-do-i-get-this-thin-line . Please post one thread per problem only. Thanks.
Stelios Fanourakis
on 11 May 2018
Jan
on 12 May 2018
Did you read the first paragraph of my comment? It is your interest to provide the details required to answer your question.
Stelios Fanourakis
on 12 May 2018
Jan
on 12 May 2018
You did not explain, what you have done so far. Then suggesting any changes is hard.
Stelios Fanourakis
on 13 May 2018
Jan
on 13 May 2018
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
on 15 May 2018
Answers (0)
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!