[Insight-users] help for problem in read dicom series and write volume

Luis Ibanez luis.ibanez at kitware.com
Sun Jul 27 10:18:31 EDT 2008


Hi Knoppix,


Please read the ITK Software Guide

         http://www.itk.org/ItkSoftwareGuide.pdf

In particular the chapter "Reading and Writing Images".

You should also read the FAQ:
http://www.itk.org/Wiki/ITK_FAQ#What_3D_file_formats_can_ITK_import_and_export.3F

If what you want to do is to read a volume from a series of
2D slices stored in individual DICOM files, and then write
it down as another 3D file format, then you may want to look
at the example:

     Insight/Examples/IO/DicomSeriesReadImageWrite2.cxx

and run it as:


    DicomSeriesReadImageWrite2  DICOMDir   volume.mha


Where DICOMDir is the directory where you have stored
your DICOM 2D slices.

.mha is the extension of the MetaImage format, that is just one
among many file formats that ITK can read and write.


In order to visualize the .mha image you can use:

    a) Slicer
    b) SNAP
    c) ImageViewer
    d) ParaView

among others...


    Regards,


        Luis


---------------------
knoppix corn wrote:
> haii every one, i have a problem in read dicom series adn write volume..
> what is the volume's format file . what is the volume's file extension??
> thank you very much every one...
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users


More information about the Insight-users mailing list