Clear Filters
Clear Filters

Changing orientation of 3D medical PET MRI images

7 views (last 30 days)
Burak
Burak on 19 Nov 2023
Edited: DGM on 20 Nov 2023
Hello everyone,
I am MSc student and recently started working on image processing. I have following issue that I cannot overcome.
I have 89 PET MRI slices, taken from my phantom, and when I read them to MATLAB, using dicomread, I obtain sagittal view. But I need them into coronal view. Is there any solution for that in MATLAB.
or I should re-orient my phantom and re-take my images?
Also I tried medicalVolume functions but I could not find any solution for converting slices into coronal plane?

Answers (1)

DGM
DGM on 20 Nov 2023
Edited: DGM on 20 Nov 2023
What's wrong with just using shiftdim(), permute(), flip(), rot90() as needed?

Categories

Find more on DICOM Format in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!