문제

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?

도움이 되었습니까?

해결책

If you want to use GDCM, simply check out the Examples/Cxx directory, in particurar the HelloVizWorld dummy example.

다른 팁

Please use dcmtk . Its a open source c++ library & used by many companies in industry. Also very easy to use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top