Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
MITK is an open source software toolkit for medical image processing, subsequent data analysis and integration of medical hardware. It is designed with the aim of providing a modular and reusable code base to enable rapid development of new features. Following this design philosophy, MITK includes many specialized modules.
This document is aimed at giving an overview of the general structure of MITK. It will give you an introduction to the coding and design concepts behind the toolkit.
MITK is designed to be used either as a pure software library or as a complete application framework. Thus, a user of MITK can decide if he or she simply wants to add a new plug-in to the existing application framework or to implement an own application by using MITK as a software library. Depending on the type of use MITK uses different software libraries, which is shown in the next figure for overview.
As shown above, MITK uses the following libraries.
The Insight Toolkit (ITK), which provides registration and segmentation algorithms, but is not designed for visualization or interaction.
The Visualization Toolkit (VTK), which provides powerful visualization capabilities and low-level support for interaction such as picking methods, rotation, movement and scaling of objects.
The Common Toolkit (CTK), which focuses on DICOM support and a plug-in framework.
These are the main libraries MITK is based on. For more functionality you can optionally include other libraries as well. A list of used libraries can be found here .
Based on these libraries, MITK includes the following features: