Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
Overview
ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Using
Use the module name itk
to discover versions available and to load the application.
Using
To find which versions of VTK are available, use the module spider
command:
Note: Notice the versions of gnu are different across the versions.
Example
To load a particular version of VTK, you must first load the associated version of GNU that VTK has been built with, for example:
...
.
...
Note:
...
Since ITK 5.1.2 was built with GNU 9.1, this module must be loaded first.
...