[Insight-users] question from a beginner

Luis Ibanez luis.ibanez@kitware.com
Sun, 16 Mar 2003 13:32:40 -0500


Hi Seon,

You will find detailed information about how
to read and write images in the software guide.

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

Image files are treated in Chapter 6,
pdf-pages 157 to 170.

Examples on the use of filters are described
in the Filtering chapter.
Chapter 5, pdf-pages 91-156.

All the examples presented in the guide are
available in the directory:

             Insight/Examples/

image data for running the examples is available
in

          Insight/Examples/Data


You may want to play with this code before
moving into your own projects.


Please let us know if you need any additional
information.

Thanks


Luis



-----------------------------

Seon Joo Kim wrote:
> Thank you for the reply. I figured out how to do it.
> The dots I put was just to shorten the name : ).
> 
> I have one more question. I'm trying to use one of the filters in the ITK.
> How can I open and write files.
> I think I should change something in this line :
> reader->SetFileName( argv[1] );
> Do I just put the file name instead of the argv[1]?
> 
> I'm so sorry to bother you with so simple questions.
> 
> Thank you very much,
> 
> Seon Joo Kim
> 
>