extracting images from dicom file??

3 visualizzazioni (ultimi 30 giorni)
I have got dicom file from Digital Subtraction Angiography . File name(for an example) is : 14249088. There is no ".dcm" in the name( the file without suffex). How can I extract the images from the file and save them in tiff format??
I want to extract the images independently and order files(images) name according to the order of time frame?

Risposta accettata

Image Analyst
Image Analyst il 23 Giu 2014
Did you try
imwrite(X, fileName);

Più risposte (0)

Categorie

Scopri di più su DICOM Format in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by