Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Displaying information on the image of Dicom

1 visualización (últimos 30 días)
SOYUN LEE
SOYUN LEE el 19 de Jun. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
What is the method of displaying information on the image of Dicom?

Respuestas (1)

drummer
drummer el 19 de Jun. de 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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by