Filter löschen
Filter löschen

extracting images from dicom file??

1 Ansicht (letzte 30 Tage)
Nisreen Sulayman
Nisreen Sulayman am 23 Jun. 2014
Bearbeitet: Nisreen Sulayman am 24 Jun. 2014
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?

Akzeptierte Antwort

Image Analyst
Image Analyst am 23 Jun. 2014
Did you try
imwrite(X, fileName);

Weitere Antworten (0)

Kategorien

Mehr zu DICOM Format finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by