How do I retrieve full image after 3D voume rotation
Show older comments
Dear all,
I have a problem with retrieving the full 3D volume(I'm using MRI Data) after I do rotation. I'm rotating and shifting a volume with a rotation matrix and interp3 with zero filling the NaN.
If I want to shift it back with the same angles, I do not retrieve the original image back. So I tried padding the image using padarray(volume,[40 40 40]) but this still gives me black areas. I'm rotating between -10 and 10 degrees so padding with 40 is enough for a volume 256x152x20.
Does anyone knows the solution for this?
Accepted Answer
More Answers (0)
Categories
Find more on Neuroimaging 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!