Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Displaying information on the image of Dicom

1 visualizzazione (ultimi 30 giorni)
SOYUN LEE
SOYUN LEE il 19 Giu 2020
Chiuso: MATLAB Answer Bot il 20 Ago 2021
What is the method of displaying information on the image of Dicom?

Risposte (1)

drummer
drummer il 19 Giu 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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by