extracting images from dicom file??

조회 수: 1 (최근 30일)
Nisreen Sulayman
Nisreen Sulayman 2014년 6월 23일
편집: Nisreen Sulayman 2014년 6월 24일
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