필터 지우기
필터 지우기

SCOUT/LOCALIZER LINES ON DICOM IMAGES

조회 수: 5 (최근 30일)
Silvia
Silvia 2011년 6월 14일
Hello,
In magnetic resonance,how can I create scout lines in matlab?. Can someone help me? Thenk you
  댓글 수: 2
Sean de Wolski
Sean de Wolski 2011년 6월 14일
Could you be more specific please? What do you have and expect?
Silvia
Silvia 2011년 6월 15일
In magnetic resonance imaging with two series having same
FrameofReferenceUID, how can I create SCOUT/LOCALIZER lines? I mean, I have a sagital image and 20 axial images and I want to draw scout lines in sagital image. Sagital image and axial images have different ImageOrientationPatient.

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

채택된 답변

Bob Hamans
Bob Hamans 2011년 6월 15일
I think I do understand what you are trying to achieve and can even see the point in why you would want to do that. :-) First have a look at the dicominfo function to retrieve some relevant parameters:
dinfo=dicominfo('myfile.dcm');
dinfo.ImagePositionPatient; % Left bottom corner
dinfo.PixelSpacing(1) * dinfo.Columns; % 1st dimension, etc
dinfo.ImageOrientationPatient; % Orientation vector
Using the above values from both your scout and sagital images you can calculate the intersection of the two. This is actually the complicated part I cannot cook up in a minute.
I also suggest to have a real good look at the file exchange because I would expect something like what you are looking for to be present already.
  댓글 수: 2
Silvia
Silvia 2011년 6월 16일
Thank you very much
Bob Hamans
Bob Hamans 2011년 7월 6일
A new submission in the File Exchange might be of interest to you: http://www.mathworks.com/matlabcentral/fileexchange/32063-plotting-planes-and-their-intersection

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by