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

Sereri/MITK

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5263f6a · Jul 11, 2014
Jun 4, 2014
Jul 9, 2014
Nov 9, 2012
Jul 10, 2014
Jun 11, 2014
Jul 9, 2014
Jun 13, 2014
Jun 5, 2014
Jul 11, 2014
Jul 11, 2014
Apr 9, 2014
Feb 26, 2013
Apr 3, 2013
May 28, 2014
Jul 18, 2012
Apr 9, 2011
Feb 28, 2011
Jul 5, 2013
Sep 5, 2012
Mar 23, 2012
Mar 2, 2014
Oct 22, 2013
May 28, 2014
Jan 15, 2008
Jan 21, 2008
Oct 22, 2013
Jan 13, 2014
May 15, 2012
Oct 24, 2013
Sep 18, 2012
Oct 2, 2007

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.

See the MITK homepage for details.

Supported Platforms

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

  • Windows
  • MacOS X
  • Linux

For details, please read the Supported Platforms page.

License

Copyright (c) German Cancer Research Center.

MITK is available as free open-source software under a BSD-style 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 http://git.mitk.org/MITK.git

Active development takes place in the MITK master 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 http://git.mitk.org/MITK.git
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

Stars

Watchers

Forks

Packages

No packages published