Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7
typeflat
separatorpipe

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.

...

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:

...