Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Displaying information on the image of Dicom

조회 수: 2 (최근 30일)
SOYUN LEE
SOYUN LEE 2020년 6월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
What is the method of displaying information on the image of Dicom?

답변 (1개)

drummer
drummer 2020년 6월 19일
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

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by