skiwindsurf
Mechanical
- May 23, 2006
- 18
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!
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!