how i read and display the .mha file?

i had a .mha file, i used the below two lines to display the image
V = mha_read_volume('abcd.mha');
imshow(squeeze(V(:,:,round(end/2))),[]);
but its is giving an error
'Undefined command/function 'mha_read_volume'

 采纳的回答

Michael Haderlein
编辑:Michael Haderlein 2015-3-9
The file mha_read_volume.m must either be in the current directory or be in one of the directories displayed when you enter path. Obviously, this file is in neither of these directories. So, either change your current directory or add the correct directory to your path with addpath(directory).

2 个评论

Sir Michael Haderlein how i add the m file. i m just applying this code
V = mha_read_volume('abcd.mha');
i add the folder but it still give same error
Where did you add the m file? And what's your current directory?

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File 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