MATLAB: How to read and show .img files continuously from the folder

image processing

I red the one .img file. I have lot of .img files in the folder with different sizes[rows, columns]. I don't know how to read and display the .img files in different names without knowing header and size of the image.

Best Answer

Do you have the corresponding *.hdr files? IF so then these are likely Analyze 75 files and you can use analyze75read in the Image Processing Toolbox.
Related Question