[Insight-users] DICOM Reader - Viewer example
Luis Ibanez
luis . ibanez at kitware . com
Tue, 30 Sep 2003 11:05:50 -0400
Many of you have shown interest in the process
of reading DICOM files using ITK readers and
displaying them with VTK.
You may find useful to look at the code of a
demo application developed at the ISIS center
at Georgetown University. This application
uses ITK, VTK and FLTK, and illustrates how
to set up these toolkits together.
The application can be downloaded through cvs
by doing:
cvs -d :pserver:anonymous at public . kitware . com:/cvsroot/ISIS login
password: isis
cvs -d :pserver:anonymous at public . kitware . com:/cvsroot/ISIS co
ApplicationModel
In particular you may want to take a look at the
DicomImageReader class in this application.
This class uses the ITK DICOM filename generator
and the DICOMImageSeriesReader.
Luis