フィルターのクリア

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

2 ビュー (過去 30 日間)
Pandiyarajan R
Pandiyarajan R 2012 年 6 月 15 日
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 件のコメント
Walter Roberson
Walter Roberson 2012 年 6 月 15 日
.img files -- are you working with DICOM?
Pandiyarajan R
Pandiyarajan R 2012 年 6 月 18 日
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).

サインインしてコメントする。

採用された回答

Sean de Wolski
Sean de Wolski 2012 年 6 月 15 日
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 件のコメント
Pandiyarajan R
Pandiyarajan R 2012 年 6 月 18 日
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.

サインインしてコメントする。

その他の回答 (1 件)

Image Analyst
Image Analyst 2012 年 6 月 17 日

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by