Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
MITK Tutorial - Step 2: Load one or more data sets

This program shows how to load multiple data sets. The picture above shows the result of the program when reading both the image file and the surface file. In order to obtain the result the program has to be executed using the image file Pic3D.nrrd and the surface file lungs.vtk.

The code for this example equals the code of Step 1 except for part II and part III which are changed as follows:

// Part II: Create some data by reading files

[Previous step] [Next step] [Main tutorial page]