How to fuse two sets of dicomimages with different orientation?

조회 수: 2 (최근 30일)
Hugo
Hugo 2014년 2월 28일
댓글: Lalith kumar 2017년 4월 13일
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
Lalith kumar
Lalith kumar 2017년 4월 13일
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!

댓글을 달려면 로그인하십시오.

답변 (1개)

howard lin
howard lin 2016년 12월 15일
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
Lalith kumar
Lalith kumar 2017년 4월 13일
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!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MRI에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by