analyze75read and bad image quality

1 次查看(过去 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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by