Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-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
May 23, 2006
18
0
0
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.
Back
Top