Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/MITKPublic

The Medical Imaging Interaction Toolkit.

License

NotificationsYou must be signed in to change notification settings

MITK/MITK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MITK Logo

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:

See theMITK homepage for details.

Supported platforms

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

  • Windows
  • Linux
  • macOS

For details, please read theSupported Platforms page.

License

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

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

Download

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.

How to contribute

Contributions are encouraged. To make the contribution process as smooth as possible, please readContributing to MITK before.

Build instructions

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.

Useful links


[8]ページ先頭

©2009-2025 Movatter.jp