Info

This question is closed. Reopen it to edit or answer.

Displaying information on the image of Dicom

1 view (last 30 days)
SOYUN LEE
SOYUN LEE on 19 Jun 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
What is the method of displaying information on the image of Dicom?

Answers (1)

drummer
drummer on 19 Jun 2020
If you mean the dicom headers, there is a simple way to do it:
% loading the headers
info = dicominfo('yourPath2yourDicomImage/yourImage.dcm')
once you're not using the semicolon in the end of the line, the dicom information will appear in your command window.
Cheers

This question is closed.

Community Treasure Hunt

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

Start Hunting!