[Insight-users] Re: DICOM image set loader and documentation for applications
Luis Ibanez
luis . ibanez at kitware . com
Fri, 26 Sep 2003 17:16:23 -0400
Hi Christof,
1) Unfortunately not all the demo applications
in InsightApplications have a corresponding
HTML page under
http://www . itk . org/HTML/Applications . htm
You will find documentation about the
Gaussian classifier in the Software Guide
http://www . itk . org/ItkSoftwareGuide . pdf
Please look at Section 10.3, pdf-page 463.
2) Yes, you can load DICOM images (and form
volumes with them) using the classes
- DICOMSeriesFileNames
- ImageSeriesReader
- DICOMImageIO2
The output of the ImageSeriesReader will
be an itk::Image, that take into account
the origin and spacing of the DICOM files.
It will *NOT* take into account the orientation
specified in the DICOM header though.
If necessary you could use the registration
framework for aligning two of such volumes.
Regards,
Luis
-----------------
karmonik wrote:
> Luis,
>
> two questions regarding the InsightToolkit 1.4 and InsightApplications 1.4:
>
> 1) although I found the applications documentation page on www.itk.org, I do
> not seem to be able to relate the name of the applications directories (as
> distributed with version 1.4) to the documentation on this page (i.e is there
> some detailed documentation for GaussianMinimumErrorClassifier, what are
> training and class-mask files ?) Is there some updated information ?
>
> 2) Is there a way with version 1.4 to load several sets of DICOM images (each
> being a DICOM volume) so that they are registered relative to each other as
> given by the coordinate information in the DICOM header?
>
> Thanks!
>
> Christof
>
> Christof Karmonik, PhD
> Baylor College of Medicine/The Methodist Hospital
> Mailstation M214
> 6565 Fannin
> Houston, TX 77030
> Pager: (713) 708-2232
> Fax: (713) 790-6474
> Phone: (713) 394-6563
>
>