How can I load and view medical image .mha ?

41 visualizaciones (últimos 30 días)
Makrim
Makrim el 20 de Mzo. de 2014
Comentada: Walter Roberson el 19 de Feb. de 2018
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.

Respuesta aceptada

Makrim
Makrim el 26 de Mzo. de 2014
Read Medical Data 3D by Dirk-Jan Kroon 10 Nov 2010, worked for me.
  7 comentarios
kitty varghese
kitty varghese el 19 de Feb. de 2018
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 el 19 de Feb. de 2018
https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d is not installed or it is not on your MATLAB path

Iniciar sesión para comentar.

Más respuestas (1)

hamed abdulaziz
hamed abdulaziz el 22 de Mzo. de 2014
  1 comentario
Makrim
Makrim el 26 de Mzo. de 2014
Thank you for your answer , I will check it to adapt it to my needs ...

Iniciar sesión para comentar.

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by