- Notifications
You must be signed in to change notification settings - Fork339
The Medical Imaging Interaction Toolkit.
License
MITK/MITK
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TheMedical Imaging Interaction Toolkit (MITK) is a free open-source softwaresystem for development of interactive medical image processing software. MITKcombines theInsight Toolkit (ITK) and theVisualization Toolkit (VTK) with an application framework.
The links below provide high-level and reference documentation targeting differentusage scenarios:
- Get ahigh-level overview about MITK with pointers to furtherdocumentation
- End-users looking for help with MITK applications should read theMITK User Manual
- Developers contributing to or using MITK, please see theMITK Developer Manualas well as theMITK API Reference
See theMITK homepage for details.
MITK is a cross-platform C++ toolkit and officially supports:
- Windows
- Linux
- macOS
For details, please read theSupported Platforms page.
Copyright (c)German Cancer Research Center (DKFZ). All rights reserved.
MITK is available as free open-source software under a3-clause BSD license.
TheMitkWorkbench application and a bunch of command-line apps are released twice per year on ourDownload page and theGitHub Releases page.
The official MITK source code is available in theMITK Git repository. The Git clone command is
git clone https://github.com/MITK/MITK.git
Active development takes place in the MITK develop branch and its usage is advised for advanced users only.
Contributions are encouraged. To make the contribution process as smooth as possible, please readContributing to MITK before.
MITK usesCMake to configure a build tree. The following is a crash course about cloning, configuring, and building MITK with Ninja on Linux or macOS when allprerequisites are met:
git clone https://github.com/MITK/MITK.gitmkdir MITK-superbuildcmake -S MITK -B MITK-superbuild -G "Ninja" -D CMAKE_BUILD_TYPE=Releasecmake --build MITK-superbuild
On Windows, configuring and building with Visual Studio/MSBuild would look something like this:
cmake -S MITK -B MITK-superbuild -G "Visual Studio 17 2022"cmake --build MITK-superbuild --config Release -- -m
Read the comprehensivebuild instructions page for details.
About
The Medical Imaging Interaction Toolkit.