Skip to content
master
Go to file
Code

Latest commit

The following - possibly updated - changelog can be viewed as formatted
article at https://phabricator.mitk.org/w/mitk/changelog/2020.39/.

= 🛠 Third-party dependency changes =

//none//

=  New features =

- Improved and restructured MITK documentation (ongoing effort) for the following views:
  - Command-line Modules
  - Concentration Curve Converter
  - Logging
  - MatchPoint Algorithm Browser
  - MatchPoint Registration Manipulator
  - MatchPoint Registration Visualizer
  - Multilabel Segmentation
  - Model Fit Demo
  - Model Fit Inspector
  - Perfusion Curve Description Parameters
  - Segmentation
  - Statistics
- The CDash dashboard script was completely rewritten to successfully submit to CDash v2.6
  - Template for the configuration of clients: `CMake/MITKDashboardScript.cmake`
  - Execute with `ctest --script MITKDashboardScript.cmake`
- Added a build configuration for classification command-line apps

= 🐛 Bugfixes =

- Fixed doxygen errors related to dot directed graphs
- Fixed watershed segmentation tool for dynamic images
- Tools in the Multilabel Segmentation view are now correctly activated when the view is opened for the first time
- Tool manager context is now always set correctly in Multilabel Segmentation

= 🔥 API-breaking changes =

- Packaging on Windows with NSIS now requires NSIS version 3 instead of version 2
- Implementation files like .cpp files are now excluded from the doxygen parser
- All CDash subproject and label features were removed. For example, the `SUBPROJECTS` parameter of 'mitk_create_module()' is not parsed anymore. We may consider reintroducing subprojects/labels with a different approach in the future.
202a4bc

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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 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 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

You can’t perform that action at this time.