How can I properly create histogram of DICOM image?

15 次查看(过去 30 天)
Dear all,
I have DICOM image and I would like to create histogram of it. But I created only this:
grayImage = dicomread('000054.dcm');
figure()
imhist(grayImage);
[X,map] = imread('trees.tif');
grid on;
title('Histogram testovacího obrazu');
caption = sprintf('Histogram testovacího obrazu %s');
title(caption, 'FontSize',fontSize, 'Interpreter', 'None');
ylabel('Četnost');
I attach this DICOM image. But I would like to better displayed this histogram (different range of x axe).
Can you advice me? Thank you for your answers.

采纳的回答

Walter Roberson
Walter Roberson 2017-4-22

更多回答(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