does imread() support .mha format? how to load .mha files images using any function and how to display it ? how exactly mha_read_header.m & mha_read_volume.m files should be used ?

4 views (last 30 days)
hello, i am a master's student and regarding to my project to detect tumor please guide. and yes, i am new to matlab language using it 1st time and my matlab version is 7 R2009a
1. how to load and display .mha file formats (code) ? 2. how exactly to use mha_read_header.m & mha_read_volume.m files which was downloaded from mathworks community ? 3. is there any thing else required for such process or any additional requirement ? any plugins or something like toolbox or something ?
do revert asap! urgent help!! regards :)

Answers (1)

Guillaume
Guillaume on 22 Jan 2015
To know which formats are supported by imread, use:
imformats
I've never heard of .mha, but I don't work with medical images. My version of matlab doesn't know anything about this image format.
  1 Comment
Shruti naik
Shruti naik on 22 Jan 2015
thanks guillaume :) imread(), i think, directly dont support .mha format. some processing need to be done & that processing i want to know :(

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!