Podcast
Questions and Answers
What is the purpose of the ITK/Examples subdirectory?
What is the purpose of the ITK/Examples subdirectory?
- It contains the Sphinx Examples.
- It contains a suite of simple, well-documented examples used to illustrate important ITK concepts. (correct)
- It contains the ITK library source code.
- It contains the sources for the ITKSoftwareGuide.
Where can you find the ITK library source code?
Where can you find the ITK library source code?
- ITK/Examples
- ITK/Documentation
- ITK/Modules
- ITK5 Git repository (correct)
What is the purpose of the ITK/Testing subdirectory?
What is the purpose of the ITK/Testing subdirectory?
- It contains a collection of test files used to link with ITK data servers to download test data. (correct)
- It contains the Sphinx Examples.
- It contains migration guides and Doxygen infrastructure.
- It contains the heart of the software.