Info
此问题已关闭。 请重新打开它进行编辑或回答。
Displaying information on the image of Dicom
1 次查看(过去 30 天)
显示 更早的评论
What is the method of displaying information on the image of Dicom?
0 个评论
回答(1 个)
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
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!