[vtkusers] Re: dicom volume
Anja Ende
anja.ende at googlemail.com
Wed Sep 27 08:14:47 EDT 2006
Hi Ana,
To read a DICOM volume, simply use..
vtkDICOMImageReader * reader = vtkDICOMImageReader::New();
reader->SetDirectoryName("/path/to/the/dicom/directory");
reader->Update();
You can then display it using vtkImageViewer or vtkImageViewer2 object. Tons
of example on this site.
Cheers,
Anja
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060927/3e53b7d9/attachment.htm>
More information about the vtkusers
mailing list