How do you read a multiple frame DICOM file that is a single file contains many 2D XA images (for example, barre.nom.fr/medical/samples). I know the software (dicom2), java library (dcm4che2) and matlab method(dicomread
) can do this, but is there any method in c++ libraries like VTK, ITK or GDCM can read this type of data out?
Asked
Active
Viewed 2,209 times
3
-
1Looks like the same question you asked over at: http://stackoverflow.com/questions/19318858/how-to-read-a-dicom-file-of-dynamic-dsa-image/19402046#19402046 – malat Oct 18 '13 at 12:59
2 Answers
-1
If you want to use GDCM, simply check out the Examples/Cxx directory, in particurar the HelloVizWorld dummy example.

malat
- 12,152
- 13
- 89
- 158
-
1I don't see why this answer marked as correct when it is not even an answer – mahmoud nezar sarhan Oct 15 '17 at 17:35