[vtkusers] Medical Image - Siemens Somatom DR-H

Mathieu Malaterre mathieu.malaterre at kitware.com
Sun Jun 6 11:55:05 EDT 2004


Mashiba,

  Jeremy is right, it /seems/ to be an easy file format to read:

http://www.dclunie.com/medical-image-faq/html/part3.html#SomatomDR

HTH
Mathieu

> 
> 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
> 
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 





More information about the vtkusers mailing list