extracting images from dicom file??

3 次查看(过去 30 天)
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?

采纳的回答

Image Analyst
Image Analyst 2014-6-23
Did you try
imwrite(X, fileName);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by