Skip to content
/ MITK Public
forked from MITK/MITK

The Medical Imaging Interaction Toolkit.

License

Notifications You must be signed in to change notification settings

502750165/MITK

This branch is 936 commits behind MITK/MITK:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

698807c · Mar 11, 2024
Dec 20, 2023
Mar 10, 2024
Feb 26, 2024
Feb 26, 2024
Feb 23, 2024
Aug 3, 2022
Mar 11, 2024
Mar 4, 2024
Dec 6, 2019
Dec 20, 2023
Dec 20, 2023
Jul 27, 2020
Oct 24, 2016
Feb 26, 2013
Jul 27, 2020
Nov 30, 2023
Feb 26, 2024
Aug 4, 2020
Jan 18, 2021
Aug 3, 2022
Feb 23, 2024
Nov 30, 2023
Feb 23, 2024
Nov 20, 2017
Jan 21, 2008
Nov 20, 2017
Aug 10, 2018
Oct 24, 2013
Sep 18, 2012

Repository files navigation

MITK Logo

The Medical Imaging Interaction Toolkit (MITK) is a free open-source software system for development of interactive medical image processing software. MITK combines the Insight Toolkit (ITK) and the Visualization Toolkit (VTK) with an application framework.

The links below provide high-level and reference documentation targeting different usage scenarios:

See the MITK homepage for details.

Supported platforms

MITK is a cross-platform C++ toolkit and officially supports:

  • Windows
  • Linux
  • macOS

For details, please read the Supported Platforms page.

Build status of develop branch

Windows Ubuntu 20.04 Ubuntu 22.04 macOS 10.15 Catalina macOS 11 Big Sur

We highly recommend to use the stable master branch instead. It is updated 1-2 times per month accompanied by curated changelogs and snapshot installers.

License

Copyright (c) German Cancer Research Center (DKFZ). All rights reserved.

MITK is available as free open-source software under a 3-clause BSD license.

Download

The MITK source code and binaries for the MitkWorkbench application are released regularly according to the MITK release cycle. See the Download page for a list of releases.

The official MITK source code is available in the MITK Git repository. The Git clone command is

git clone https://phabricator.mitk.org/source/mitk.git MITK

Active development takes place in the MITK develop branch and its usage is advised for advanced users only.

How to contribute

Contributions of all kind are happily accepted. However, to make the contribution process as smooth as possible, please read the How to contribute to MITK page if you plan to contribute to MITK.

Build instructions

MITK uses CMake to configure a build tree. The following is a crash course about cloning, configuring, and building MITK on a Linux/Unix system:

git clone https://phabricator.mitk.org/source/mitk.git MITK
mkdir MITK-build
cd MITK-build
cmake ../MITK
make -j4

Read the comprehensive build instructions page for details.

Useful links

About

The Medical Imaging Interaction Toolkit.

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • CMake 3.4%
  • C 0.5%
  • Shell 0.2%
  • SWIG 0.1%
  • HTML 0.0%