ITK/Getting Started/Overview

From KitwarePublic
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ITK is an open source C++ library, not an executable. This means that you must write code that uses ITK and compile it before you will obtain something that you can run and get a result from. It also means that you can adapt or extend ITK to address your problem at hand. To facilitate this over multiple operating systems, compilers, and system configurations, ITK itself must be built from its source code. The three steps to starting to work with ITK are therefore:

  1. Download/Obtain/Get the ITK source
  2. Build the ITK library
  3. Write your own code that uses ITK and build it, linking to the ITK library.

Click here to be guided through these three steps. You will be asked questions about your experience level with different tools and system configuration along the way to personalize your instruction.