필터 지우기
필터 지우기

Display an image of MRI 7 Tesla Siemens source data (file.dat)

조회 수: 5 (최근 30일)
Christoph
Christoph 2014년 6월 2일
댓글: Star Strider 2014년 6월 2일
Hello Experts,
I would like to display an image of a 7 Tesla MRI sources data (Siemens). After searching for hours in the internet, I could not find a solution.
Could someone help me please? Probably you have an idea how to solve this example?
Thanks in advance, Chris

답변 (1개)

Image Analyst
Image Analyst 2014년 6월 2일
Did you try imshow()? How are you reading it in? using imread() or some other reader?
  댓글 수: 3
Image Analyst
Image Analyst 2014년 6월 2일
Alternate ways to display are image() and imagesc(). To get the size of the image you can do
[rows, columns, numberOfColorChannels] = size(mri_image);
Other info on the file itself (rather than the image) can be gotten by using imfinfo(). If you have some custom format, you might need to use a special reader, such as dicomread(), multibandread(), or something you wrote yourself.
Star Strider
Star Strider 2014년 6월 2일
Having also searched to see if I could find something (and couldn’t), I suggest you contact Siemens. The only digital tomography data I ever worked with (the files came on DVDs) included software to read and view them, and the option to export the files as DICOM images with metadata. (I was unable to access the Siemens USA website for some reason. It was blank.)

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by