analyze75read and bad image quality

2 ビュー (過去 30 日間)
apañero
apañero 2011 年 9 月 25 日
Hi, Im trying to open several images in Analyze 7.5 format taken from this site:
but the results shown are not very good using the same code as the Matlab example (changing image name):
X = analyze75read('brainMRI');
X = flipdim(X,1);
Y = reshape(X(:,:,12:17),[size(X,1) size(X,2) 1 6]);
montage(Y);
The image shown is too dark but it´s good and detailed. But whe I try to open that different images, i can´t see any detail and the quality is poor. What should I do to see it correctly?
  3 件のコメント
apañero
apañero 2011 年 9 月 26 日
I don´t know. I am a beginner. The difference is that the MatLab image is uint8 and the others are double format. But I don´t know how to show them correctly.
Walter Roberson
Walter Roberson 2011 年 9 月 26 日
Try
imagesc(Y(:,:,1))

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

回答 (0 件)

カテゴリ

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