Thread Subject: Dicomwrite for hundred images

Subject: Dicomwrite for hundred images

From: robin

Date: 24 Jan, 2012 22:53:10

Message: 1 of 1

Hi everyone,

I am trying to make a new folder with my new dicom images inside using dicomwrite. So far, I have opened my two folders (135 images per folder), done manipulations, and recieved my new images. I now want those 135 new images to be put inside a new folder (as dicom images still) so I can later use GUI or something else to extract them in a nice, user friendly way. Any ideas would be so helpful!

My biggest problem is I don't know how to tell Matlab I need each image to be named differently inside this one folder. I imported my images using this method:
fid = fopen('Mag.txt');
tline = fgetl(fid);
while ischar(tline)
    disp(tline)
    tline = fgetl(fid);
end
fclose(fid);

Thanks,
Robin

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
dicomwrite robin 24 Jan, 2012 17:54:12
dicom robin 24 Jan, 2012 17:54:12
image robin 24 Jan, 2012 17:54:12
rssFeed for this Thread

Contact us at files@mathworks.com