Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

display both text and image of dicom file

Status
Not open for further replies.

skiwindsurf

Mechanical
Joined
May 23, 2006
Messages
18
Location
US
I need to display both the text and image of a dicom file. When I use dicomread, I got the image only, not the text.

When I do the following:
info = dicominfo('CT-MONO2-16-ankle.dcm');
Y = dicomread(info);
imshow(Y, []);

The text (metadata?) is shown in info, but the image doesn't show it.

How can I have both the image and text in a single frame like the image from a hospital?

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top