how i read and display the .mha file?
Ältere Kommentare anzeigen
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'
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!