Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Displaying information on the image of Dicom

1 回表示 (過去 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