[vtkusers] how to use dicom file in vtk?
Mathieu Malaterre
mathieu.malaterre at kitware.com
Thu Dec 9 22:57:37 EST 2004
Kingaza
> hi all, i am a new guy in vtk, now i am going to write an
> visualization application, but it is difficult to read dicom file in
> vtk.
What do you mean 'it is difficult' ?
- Does the program crash ?
- The image appears black ?
- Does the program hangs ?
- Which DICOM reader are you using ?
vtkDICOMImageReader only read non compress DICOM images.
vtkGDCMReader read a lot more image, but this is not part of VTK:
http://www.creatis.insa-lyon.fr/Public/Gdcm/
There might be some other option I don't know of.
HTH
Mathieu
BTW ITK (http://www.itk.org) integrate gdcm version 0.6
More information about the vtkusers
mailing list