analyze75read and bad image quality

1 view (last 30 days)
apañero
apañero on 25 Sep 2011
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 Comments
apañero
apañero on 26 Sep 2011
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.

Sign in to comment.

Answers (0)

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!