Poor display of DICOM images using MATLAB (dicomread)

8 Ansichten (letzte 30 Tage)
Ortal
Ortal am 19 Jan. 2014
Bearbeitet: Rik am 21 Jul. 2021
Hi,
I'm using the dicomread command in order to load and display brain CT images. Comparing to standard DICOM viewers the quality of the images is very poor in a way that it is impossible to notice pathologies such as ischemia and bleeding even if they are very prominent when using the standard DICOM viewer. I'm not sure if the reason is that the dicomread command "ruins" the DICOM image or that the standard viewer uses an intense image enhancer. Looking for some HELP or ideas for how I should solve it.
Thanks, Ortal
  3 Kommentare
Alex Nasonov
Alex Nasonov am 21 Jul. 2021
Have you found a solution to the problem?
Ortal
Ortal am 21 Jul. 2021
It was just a matter of the dynamic range, as CT images are 16-bit. You should just scale it to a displayable 8-bit image in the desired range in hounsfield units (it's called windowing in the CT imaging jargon: https://radiopaedia.org/articles/windowing-ct).

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Rik
Rik am 21 Jul. 2021
Bearbeitet: Rik am 21 Jul. 2021
dicomread does not change the file in any way. Most medical viewers will use a subsampling. The viewer I use, uses an 8x8 bilinear interpolation (which increases the resolution on the screen to 4096x4096).
This can make the image clearer sometimes, but it is 'cheating'. You can use the altered image for visual analysis, but for numerical analyses you should use the original data in the DICOM file.
If you need a tool for changing the window level in an interactive way, you might be interested in my WindowLevel function. You can simply drag on the image to adjust the window level, which is especially useful for CT images, which have 12 bit (or in very rare cases 16 bit) data, while normal image functions assume 8 bits.

Kategorien

Mehr zu DICOM Format finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by