How to read a DICOM file of Dynamic DSA image
问题 I have a Dynamic DSA image of DICOM format, it consists of a header of patient information etc and a series of X-ray image data to show the bone motion in only one file. Is there any method in librarys like VTK, ITK or GDCM can read this data out? 回答1: To load a multiframe DICOM in VTK, simply use GDCM, in particular gdcmviewer: $ gdcmviewer input.dcm 来源: https://stackoverflow.com/questions/19318858/how-to-read-a-dicom-file-of-dynamic-dsa-image