[vtkusers] Medical Image - Siemens Somatom DR-H

Jeremy Winston jbw at ieee.org
Sun Jun 6 08:33:25 EDT 2004


Mashiba Badura wrote:

> Does somebody developed or found an algorithm to visualize CT-Images to 
> use it with VTK?

vtkGESignaReader
vtkDICOMImageReader (vtk v.4.4)
vtkVolumeReader
vtkVolume16Reader

> The image format is Somatom DR-H from Siemens. 
> This image format is approx from the 80s.

I don't know whether this format is supported.
If not, use vtkVolume16Reader, and set its
parameters as appropriate for the image format.
If you don't know anything about the format,
guess.  E.g., assume the image is 512x512, and
either 8 or 16 bits, compute the size of the
pixel data, and subtract from total file size
to arrive at header size, etc.

HTH,
-Jeremy





More information about the vtkusers mailing list