How can I slice head volume, given by mri slices of images, in half?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
So, i have done the tutorial at
and now I just want to slice this head to half vertically or horizontaly.
I have tried with Slice Planes, but have no luck.
Thanks in advance.
3 Comments
Image Analyst
on 1 Sep 2012
I don't understand. Do you just want to extract out the slice midway down your volume and display it? With or without one of the other half-volumes attached to it like in the demo? If so, I don't know why you can't figure out how to adapt it to indicate the slice you want. Or do you just want to get a new volumetric image that's half the volume of the original, like
lastSlice = floor(size(fullVolume, 3)/2);
halfVolume = fullVolume(:,:, 1:lastSlice);
Explain what you mean by you "want to slice this head to half".
Tomislav
on 3 Sep 2012
Tomislav
on 5 Sep 2012
Answers (0)
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!