[vtkusers] Re: Tomography Vs Digital files

Jeremy Winston jbw at ieee.org
Mon Sep 22 09:51:34 EDT 2003


Marcio Antonio Mathias wrote:
> 
> Can Someone provide me a good recipe how to extract
> the digital files from developed tomography film?

Marcio,
You'll have to scan them with a transparency scanner
into BMP files (or other format for which there exists a
Reader in vtk), at a high enough resolution to capture
the relevant information (e.g., the Visible Human CT
images of the frozen male's lower extremities, in GE
Signa format, are 512x512 pixels, with a pixel spacing
of 0.9375mm in X & Y, with each pixel taking on a 12-bit
intensity value).

Then you'll have to align the images with one another in
X & Y, and add an origin & the pixel spacing info to the
vtkImageData read in by the vtkBMPReader (or whichever
reader you end up using).

HTH,
-Jeremy






More information about the vtkusers mailing list