How can I load and view medical image .mha ?

조회 수: 41 (최근 30일)
Makrim
Makrim 2014년 3월 20일
댓글: Walter Roberson 2018년 2월 19일
Hi,
I would like to read a medical image with extension .mha and store it in variable I. And then view I using imshow.
I need the simplest code source possible to start working on. Thank you
ps:I am using Matlab 2009 under Mac OS X 10.6.8.

채택된 답변

Makrim
Makrim 2014년 3월 26일
Read Medical Data 3D by Dirk-Jan Kroon 10 Nov 2010, worked for me.
  댓글 수: 7
kitty varghese
kitty varghese 2018년 2월 19일
I'm using this file exchange to read my database, I'm using MATLAB Version: 9.0.0.341360 (R2016a). When I give the input
if true
[V,info]=ReadData3D('Normal001-DTI.mha');
end
I get the error Undefined function or variable 'ReadData3D'.
Walter Roberson
Walter Roberson 2018년 2월 19일
https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d is not installed or it is not on your MATLAB path

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

추가 답변 (1개)

hamed abdulaziz
hamed abdulaziz 2014년 3월 22일
  댓글 수: 1
Makrim
Makrim 2014년 3월 26일
Thank you for your answer , I will check it to adapt it to my needs ...

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

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by