How to fuse two sets of dicomimages with different orientation?

2 visualizaciones (últimos 30 días)
Hugo
Hugo el 28 de Feb. de 2014
Comentada: Lalith kumar el 13 de Abr. de 2017
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 comentario
Lalith kumar
Lalith kumar el 13 de Abr. de 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!

Iniciar sesión para comentar.

Respuestas (1)

howard lin
howard lin el 15 de Dic. de 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 comentario
Lalith kumar
Lalith kumar el 13 de Abr. de 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!

Iniciar sesión para comentar.

Categorías

Más información sobre MRI en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by