asdasd
Posts:
43
Registered:
7/9/10
|
|
How can I remove DICOM file information from image?
Posted:
Apr 2, 2012 6:03 AM
|
|
Hi,
When I run this code which is given by Matlab Tutorial;
% info = dicominfo('CT-MONO2-16-ankle.dcm'); Y = dicomread(info); figure, imshow(Y); imcontrast; %
I can see the DICOM file. But I want to remove the information which is located the environment of the object .When you run this code, you see some information like date,some datas, patient name vs...
Is it possible to remove this information?
Thanks
|
|