How to fuse two sets of dicomimages with different orientation?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I'm trying to fuse to sets of dicom images (PET and MRI) which are created seperatley, but there is a problem with the orientation.
The PET data has a transverse orientation with the next variables in the dicom header:
ImagePositionPatient = [-1.275859380000000e+02;-72.585938000000000;1.499500000000000e+03] and ImageOrientationPatient =[1;0;0;0;1;0]
The MRI data has a sagittal orientation with the next variables in the dicom header:
ImagePositionPatient = [6.599983215332030;-1.391108455657900e+02;1.242374577522270e+02] and ImageOrientationPatient = [0;1;0;0;0;-1]
I can adjust the orientation of my images in matlab, but fusion still won't work because of the orientation in the dicom header, does anybody know how to adjust the dicomheader to make a truly transverse data set of my MRI images?
1 Kommentar
Lalith kumar
am 13 Apr. 2017
I am not sure if you are still looking for the solution. Nevertheless, this tool (https://www.mathworks.com/matlabcentral/fileexchange/53745-medical-image-reader-and-viewer) does the trick :) Thanks to Josh!
Antworten (1)
howard lin
am 15 Dez. 2016
hello, my friend. I am doing the same work now. i got a PET dat and MRI data. Do you solve your problem now ? It will be very useful for my research if you can help me to solve this problem. anyway, thank you very much.
1 Kommentar
Lalith kumar
am 13 Apr. 2017
I am not sure if you are still looking for the solution. Nevertheless, this tool (https://www.mathworks.com/matlabcentral/fileexchange/53745-medical-image-reader-and-viewer) does the trick :) Thanks to Josh!
Siehe auch
Kategorien
Mehr zu MRI finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!