Here are suggested steps for the ITK beginner. Please refer to ITK for more information.
-
Get the software at the ITK software resources
-
The software is compiled using CMake. Sections 2.2 and 3.7 of the ITK Software Guide will help you configuring and building ITK.
-
Join the ITK discussion. Go to ITK Getting Started with Discourse and follow the instructions there. You may choose to receive a digest version of the mail to minimize traffic.
-
Learn the system. Start by looking at the examples found in the
ITK/Examples
directory. Note that this code is heavily commented and works with the ITK Software Guide. To build the examples, make sure the CMake flagBUILD_EXAMPLES
isON
. See also the Sphinx examples and the Wiki examples.