ITK/Getting Started: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Danmueller (talk | contribs) m (Removed spam) |
Daviddoria (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
The Insight Toolkit is quite a large and complicated framework for medical image processing. It will take some time and effort to get up to speed with it. We recommend new users follow this checklist: | The Insight Toolkit is quite a large and complicated framework for medical image processing. It will take some time and effort to get up to speed with it. We recommend new users follow this checklist: | ||
# [[ITK Prerequisites|Prerequisites]]: make sure you have the required software for your platform before you begin | # [[ITK/Prerequisites|Prerequisites]]: make sure you have the required software for your platform before you begin | ||
# [[ITK Source|Source]]: download an appropriate version of the source. We recommend the latest stable release for new users. (Version 2.0 as of February 2005) | # [[ITK/Source|Source]]: download an appropriate version of the source. We recommend the latest stable release for new users. (Version 2.0 as of February 2005) | ||
# [[ITK Documentation|Documentation]]: download at least the "ITK Software Guide", make yourself a large cup of coffee, and start reading | # [[ITK/Documentation|Documentation]]: download at least the "ITK Software Guide", make yourself a large cup of coffee, and start reading | ||
# [[ITK Configuring and Building|Configuring and Building]]: there are a few platform-specific notes that you need to consider | # [[ITK/Configuring and Building|Configuring and Building]]: there are a few platform-specific notes that you need to consider | ||
# [[ITK HelloInsight|HelloInsight]]: your very first ITK program | # [[ITK HelloInsight|HelloInsight]]: your very first ITK program | ||
# [[ITK Tutorials|Tutorials]]: Kitware and others have kindly made available a series of tutorials | # [[ITK Tutorials|Tutorials]]: Kitware and others have kindly made available a series of tutorials |
Revision as of 20:12, 10 February 2012
The Insight Toolkit is quite a large and complicated framework for medical image processing. It will take some time and effort to get up to speed with it. We recommend new users follow this checklist:
- Prerequisites: make sure you have the required software for your platform before you begin
- Source: download an appropriate version of the source. We recommend the latest stable release for new users. (Version 2.0 as of February 2005)
- Documentation: download at least the "ITK Software Guide", make yourself a large cup of coffee, and start reading
- Configuring and Building: there are a few platform-specific notes that you need to consider
- HelloInsight: your very first ITK program
- Tutorials: Kitware and others have kindly made available a series of tutorials
- InsightUsersMailingList: join the mailing list, read and learn
- Testing ITK: improve quality of ITK by contributing testing results