mitk

Modified version of MITK required to build M²aia

https://github.com/m2aia/mitk

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Modified version of MITK required to build M²aia

Basic Info
  • Host: GitHub
  • Owner: m2aia
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: m2aia
  • Homepage:
  • Size: 241 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

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.

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 MitkWorkbench application and a bunch of command-line apps are released twice per year on our Download page and the GitHub Releases page.

The official MITK source code is available in the MITK 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 read Contributing to MITK before.

Build instructions

MITK uses CMake to configure a build tree. The following is a crash course about cloning, configuring, and building MITK with Ninja on Linux or macOS when all prerequisites are met:

git clone https://github.com/MITK/MITK.git
mkdir MITK-superbuild
cmake -S MITK -B MITK-superbuild -G "Ninja" -D CMAKE_BUILD_TYPE=Release
cmake --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 comprehensive build instructions page for details.

Useful links

Owner

  • Name: M²aia
  • Login: m2aia
  • Kind: organization

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2