Clear Filters
Clear Filters

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

4 views (last 30 days)
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.
  2 Comments
Pandiyarajan R
Pandiyarajan R on 18 Jun 2012
I am working with breast CT images. DICOM read is not working with .img files, so I am using fopen command to read that file (one image).

Sign in to comment.

Accepted Answer

Sean de Wolski
Sean de Wolski on 15 Jun 2012
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.
  1 Comment
Pandiyarajan R
Pandiyarajan R on 18 Jun 2012
I don't know the header information that is hidden in the image. The anlayze75read only work with 3D images, I have only .img format 2D CT images. Please tell me any other command work for 2D type .img file.

Sign in to comment.

More Answers (1)

Image Analyst
Image Analyst on 17 Jun 2012

Categories

Find more on DICOM Format in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!