MITK  2012.02.99-273470b0
Medical Imaging Interaction Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
The MITK Tutorial

This tutorial gives an introduction to MITK. We will start with the first steps of just compiling what you get after downloading MITK, continue to show how to display and do basic interaction with images, and finally show how to build an application module (functionality).

The source code of the examples can be found in mitk/QApplications/Tutorial/
Two data files are used to execute the example code.

  • Pic3D.nrrd
    This file contains an image and is located in bin/CMakeExternals/Source/MITK-Data/Pic3D.nrrd.
  • lungs.vtk
    This file contains a surface and is located in src/MITK/Modules/MitkExt/Testing/Data/lungs.vtk.

Tutorial chapters

Enjoy MITK!