[Insight-users] vtk to dicom converstion

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Jun 6 13:49:39 EDT 2006


Ming Chao wrote:
> Hi,
>  
> Does anybody know whether a 3D vtk file can be converted into a series 
> of 2D dicom images in ITK? Thanks.


Yes and no :)
Yes, you can read a 3D vtk image file, and yes you can write an 
itk::Image into a series of DICOM files.

No, because by default GDCM is writing Secondary Image Capture which 
does not have the Patient Module and therefore cannot be reconstructed 
as a volume (no Image Position/Orientation (Patient)) if you use any 
serious DICOM reader.
So you'll need an additional step in defining what is your DICOM Object 
(MR, CT, RT...)

2 cents
Mathieu


More information about the Insight-users mailing list