Recent Releases of mitk
mitk - MITK v2025.08
News for MITK Workbench users
We are proud to release MITK v2025.08. In the past 8 months we resolved about 130 tasks and issues in over 760 commits. You find the complete changelog at the end of this release notes.
🚧 under construction 🚧
News for developers
🚧 under construction 🚧
🛠Third-party dependency changes
The following table shows a complete list of changed third-party dependencies.
- PCRE was removed as it is only necessary for SWIG on Linux, where it is available as package.
- Python3 (Python Standalone Builds) was introduced as a dependency so we do not rely on external Python dependencies anymore.
- TBB was introduced mainly as backend for ITK and VTK but we cosider to completely replace OpenMP with it as well.
| Dependency | Old version | New version |
| --- | --- | --- |
| ACVD | 18209c90 (2023-01-23) | 83a0bd0b (2025-03-27) |
| ITK | v5.4.2 | v5.4.3 (patched) |
| MatchPoint | 56957430 (2024-06-04) | c6188c95 (2025-04-10) |
| nlohmann_json | v3.11.2 | v3.11.3 |
| ~~PCRE~~ | v8.45 | |
| POCO | v1.12.4 (patched) | v1.14.1 |
| Python3 (python-build-standalone) | | v3.12.11 (2025-07-12) |
| SWIG | v4.0.2 | v4.3.0 |
| TBB | | v2022.1.0 |
| VTK | v9.3.0 (patched) | 40ef44cb (2025-04-09) |
🔥 Disclaimer for API-breaking changes
We discontinued the extensive listing of API-breaking changes as the vast majority of them are straight forward to resolve or do not affect the majority of developers at all. The ratio between the time and effort spent for writing these reports and actual developer feedback turned out to be greatly imbalanced.
In case you experience any trouble while migrating to the latest version of MITK, please do not hesitate to create an issue on our GitHub page.
Changelog since MITK v2024.12
Segmentation
- Added nnInteractive tool.
- Added live search for labels in the "Create Label" dialog.
- Added context menu entry to label overview to copy labels to other groups.
- Added support for TotalSegmentator v2.9 and licensed tasks.
- Accelerated internal preprocessing of results from TotalSegmentator.
- Improved UX for model downloads in TotalSegmentator.
- Fixed missing comma in list of TotalSegmentator tasks (reported by @chocomilk4759).
- Refactored LabelSetImage into MultiLabelSegmentation.
- Fixed undo/redo operations.
- Added support for NIfTI as file format for MITK multi-label segmentations.
- Added support for loading stacks of label masks with custom meta info as MITK multi-label segmentations.
- Added support of SAM2 to MONAI tool.
- Improved installation UX for SAM and MedSAM tools.
- Fixed unnecessary re-initialization after model change in MedSAM tool.
- Add and Subtract modes of the Live Wire and Lasso tools are now shown by default.
- Fixed static segmentations for single-slice 4-d images.
Workbench
- Improved image navigation performance.
- Fixed crash on application start when using Qt 6.6.
- Fixed crash on repeated "Close Project".
- Fixed Open/Save file dialogs on macOS Sequoia.
- Added arrow up and down hotkeys to slice through images.
- Added
--MITK.fullscreenargument to start in fullscreen mode.
MxN Display
- The crosshair of the Standard Display is no longer shown in the MxN Display.
- Added group synchronization.
- Clicking on a segmentation label now jumps to its location in all render windows.
- The selection mode is now saved in layout files as well.
- Newly loaded nodes are now automatically re-selected if they were selected before.
- Navigational changes are now only shared between Standard Display and MxN Display when synchronization is toggled on.
Pharmacokinetics
- Made Dynamic DCE MR Perfusion/PET DataFit plugins compatible with multi-label segmentations.
- Constraints are now activated by default in MRI/PET perfusion fitting.
- Parameter maps are now shown with the transparent Jet LUT by default.
- Model error messages are now shown as overlay instead of using a modal dialog.
- Added black & white LUT for PET images.
Command-line apps
- Added MitkConvertToMultiLabelSegmentation app to convert images and contours into multi-label segmentations.
- Added support for image masks in MatchImage registration app.
Third party dependencies
- Upgraded ITK from v5.4.0 to v5.4.2 to make MITK compatible with the latest version of Visual Studio 2022 (contributed by @TheRisenPhoenix).
- Patched ITK to remove factory-based creation for a few small but very often instantiated classes.
- Upgraded VTK (and ACVD) from v9.3.0 (patched) to commit
40ef44cbfrom 2025-04-09. - Upgraded POCO from v1.12.4 (patched) to v1.14.1.
- Upgraded nlohmann_json from v3.11.2 to v3.11.3.
- Added dependency to TBB which is now used as backend in ITK and VTK.
- Removed PCRE from SWIG dependencies (use system libs instead on Linux).
- Upgraded MatchPoint to the latest commit for compatibility with Apple Clang 17.
- Added Python Standalone Builds as our single and insolated dependency for everything Python in MITK.
Other
- Fixed many typos in documentation of code (contributed by @luzpaz).
- C++
Published by kislinsk 4 months ago
mitk - 2025 Week 26 (Very Late June)
[!IMPORTANT] This is an unstable und unsupported pre-release. Download the latest official release MITK v2024.12 instead.
Segmentation
- Refactored LabelSetImage into MultiLabelSegmentation
- Added nnInteractive tool (Linux and Windows only)
- Fixed undo/redo operations
- Added support for NIfTI as file format for MITK multi-label segmentations
- Added support for loading stacks of label masks with custom meta info as MITK multi-label segmentations
- Added support for TotalSegmentator v2.9 and licensed tasks
- Improved UX for model downloads in TotalSegmentator
- Added support of SAM2 to MONAI tool
- Improved installation UX for SAM and MedSAM tools
- Fixed unnecessary re-initialization after model change in MedSAM tool
- Add and Subtract modes of the Live Wire and Lasso tools are now shown by default
Workbench
- Improved image navigation performance
- Fixed Open/Save file dialogs on macOS Sequoia
- Added arrow up and down hotkeys to slice through images
- Added
--MITK.fullscreenargument to start in fullscreen mode
MxN Display
- The crosshair of the Standard Display is no longer shown in the MxN Display
- Added group synchronization
- Clicking on a segmentation label now jumps to its location in all render windows
- The selection mode is now saved in layout files as well
- Newly loaded nodes are now automatically re-selected if they were selected before
- Navigational changes are now only shared between Standard Display and MxN Display when synchronization is toggled on
Pharmacokinetics
- Made Dynamic DCE MR Perfusion/PET DataFit plugins compatible with multi-label segmentations
- Constraints are now activated by default in MRI/PET perfusion fitting
- Parameter maps are now shown with the transparent Jet LUT by default
- Model error messages are now shown as overlay instead of using a modal dialog
- Added black & white LUT for PET imaages
Command-line apps
- Added MitkConvertToMultiLabelSegmentation app to convert images and contours into multi-label segmentations
Other
- Added a Undo/Redo Inspector plugin for debugging the undo/redo stack
- Fixed setting non-boolean values for new properties in Properties plugin
MITK_SHOW_CONSOLE_WINDOWdoes no longer affect non-GUI apps- Prefixed all symbols of the customized Minizip version in CppMicroServices with us_ or US_.
- Allow loading of DICOM images with invalid dates before the year 1400
- Made MITK compatible with Apple silicon (ARM64)
- Fixed a crash during mapping in a few occasions
- Fixed tutorial step 8
- Reduced number of (caught) exceptions at application startup and shutdown
Third party dependencies
- Upgraded VTK (and ACVD) from v9.3.0 (patched) to commit
40ef44cbfrom 2025-04-09 - Patched ITK to remove factory-based creation for a few small but very often instantiated classes
- Upgraded POCO from v1.12.4 (patched) to v1.14.1
- Upgraded nlohmann_json from v3.11.2 to v3.11.3
- Added dependency to TBB which is now used as backend in ITK and VTK
- Removed PCRE from SWIG dependencies (use system libs instead on Linux)
- Upgraded MatchPoint to the latest commit for compatibility with Apple Clang 17
- C++
Published by kislinsk 7 months ago
mitk - 2025 Week 06 (Very Early February)
[!IMPORTANT] This is an unstable und unsupported pre-release. Download the latest official release MITK v2024.12 instead.
Segmentation
- Added live search for labels in the "Create Label" dialog.
- Added context menu entry to label overview to copy labels to other groups.
- Accelerated internal preprocessing of results from TotalSegmentator.
- Fixed missing comma in list of TotalSegmentator tasks (reported by @chocomilk4759).
Workbench
- Fixed crash on application start when using Qt 6.6.
Third party dependencies
- Upgraded ITK from v5.4.0 to v5.4.2 to make MITK compatible with the latest version of Visual Studio 2022 (contributed by @TheRisenPhoenix).
Other
- Fixed many typos in documentation of code (contributed by @luzpaz).
- C++
Published by kislinsk 11 months ago
mitk - MITK v2024.12
News for MITK Workbench users
We are proud to release MITK v2024.12. In the past 6 months we resolved about 200 tasks and issues in over 300 commits. While our winter releases tend to be manily bugfix releases, we take the opportunity to highlight several new features and quality of life improvements in these release notes. You find the complete changelog at the end of this release notes.
Segmentation
Rename label groups
Labels can be organized in groups (used to be named "layers" in the past). In fact it is the only way to create overlapping labels, since labels within a group cannot share the same pixels. It is now possible to rename groups, which otherwise have generic default names like "Group 1".
Decrease label opacity
User feedback showed that opinions on a good opacity of segmentations vary greatly. If you prefer to work with less label opacity to still clearly see the labeled pixels below, you can now dial down the "Opacity factor" in the Segmentation preference page.
Create smoothed polygon models (fast)
Hidden in the context menu of the Data Manager you find the option to create smoothed polygon models for your pixel-based segmentations. It took a while to show results when using this feature for segmentations with many labels like the results of TotalSegmentator. Well, no more! The models are now generated in parallel for each label. In that regard, you are now also able to change the opacity of multiple data nodes at once, making the postprocessing of TotalSegmentator and alike for display blazingly fast.
DICOM Browser
The DICOM Browser allows users to locate and load DICOM images organized in a hierarchy of patients, studies, and series. It consists of three main components:
- Local Storage: Quickly access previously imported or retrieved DICOM images.
- Import: Scan directories to identify and manage DICOM images.
- Query/Retrieve: Connect to a PACS server to query and retrieve images.
The DICOM Browser is part of MITK since many years, but was significantly overhauled for MITK v2024.12. Give it a try to explore and import your DICOM data.
New command-line app to split 4-dimensional images
The new MitkSplit4Dto3DImages app allows you to easily split a 3d+t (4-d) image into its time steps as separate 3-d images.
News for developers
The following sections primarily address developers to summarize important or backward-incompatible changes since the last MITK release.
Migration from Phabricator to GitLab and GitHub
Since our last release, we migrated from Phabricator to GitLab for internal repository hosting and issue management. We still mirror MITK to our official GitHub page and in fact started to utilize more features of GitHub again like issues for external reporters (including templates) and detailed release notes as well as changelogs on the releases page. In particular, our snapshot releases are now also listed on that page as pre-releases including downloads for the installers.
Reduced build times
We were able to greatly reduce the build time of MITK in particular on Windows with the combination of precompiled headers and using the Multi-ToolTask scheduler of Visual Studio.
🛠Third-party dependency changes
The following table shows a complete list of changed third-party dependencies.
| Dependency | Old version | New version |
| --- | --- | --- |
| ~~C++ REST SDK~~ | v2.10.19 (patched) | |
| CTK | 37aff992 (patched, 2023-12-15) | adab52fb (patched, 2024-11-26) |
🔥 Disclaimer for API-breaking changes
We discontinued the extensive listing of API-breaking changes as the vast majority of them are straight forward to resolve or do not affect the majority of developers at all. The ratio between the time and effort spent for writing these reports and actual developer feedback turned out to be greatly imbalanced.
In case you experience any trouble while migrating to the latest version of MITK, please do not hesitate to create an issue on our GitHub page.
Changelog since MITK v2024.06.2
Segmentation
- Added timeout preference for MONAILabel segmentation tool.
- Allow custom label group names.
- Assume an empty label if a segmentation has a single label group but no label meta data.
- Fixed unhandled exception on label collisions.
- Fixed transformations of 3-d renderings of segmentations.
- Fixed visibility of 3-d renderings of segmentations.
- Fixed minimum widths of several spin boxes.
- Added option to preferences to reduce label opacity.
- Significantly reduced the execution time of "Create (smoothed) polygon model" actions when applied to multiple labels.
- Fixed a crash when changing preferences while using the Segment Anything (SAM) or MedSAM tools.
- Updated cursor icons to indicate whether tools are operating in inverted mode.
- Changed the Segment Anything (SAM) tool's input shape from points to crosshairs.
- Fixed exclusion of the highest pixel value of an image in the UL-Threshold tool.
- Fixed missing initial preview of GrowCut tool in "transfer selected labels" mode.
- Fixed error messages when using undo/redo together with manual 2-d segmentation tools.
- Fixed an unhandled exception when clicking on the active label while using the Close tool.
- Fixed excessive warning messages of SegmentAnything, MedSAM, and MONAI Label tools.
- Fixed duplicate default names for new segmentations.
- Fixed layout warnings of several tools.
- TotalSegmentator
- Upgraded TotalSegmentator from v2.2.1 to v2.4 with support for new subtasks:
- pleuralpericardeffusion
- headglandscavities
- head_muscles
- headneckbonesvessels
- headneck_muscles
- liver_vessels
- Fixed incorrect label mapping of
totaltask when other subtasks were used before. - Moved the TotalSegmentator installation step from the tool GUI to preferences.
- Fixed unintended addition of invalid Python paths in the preference page.
- Improved the visual appearance of the installation process.
- Segmentation Task Lists
- Integrated new MITK Forms feature into Segmentation Task Lists v2 (experimental).
- Added support for MITK scene files as task inputs in MITK Segmentation Task List files (version 3).
- Fixed possible crash in Segmentation plugin when switching tasks in a Segmentation Task List while a segmentation tool is active.
Statistics and measurement
- Fixed stuck interaction of polygon-like planar figures in certain edge cases.
- Fixed a crash on the removal of a planar figure while interacting with multiple planar figures.
- Fixed a Qt 6.8 crash on application exit when the Statistics plugin was opened.
Volume Visualization
- Fixed unintentional creation of transfer function files when saving is canceled.
- Selected presets are now shown right in their drop-down list.
- Enlarged control point hitboxes of the transfer function widgets in the Volume Visualization plugin.
Image Cropper
- Fixed geometries of cropped 3d+t images.
- Fixed the unintentional removal of node names when using the override mode.
Migration from Phabricator to GitLab/GitHub
- Moved MITK-Data Git repository mirror to Helmholtz GitLab.
- Migrated Phabricator links to GitHub links.
- Created GitHub issue templates.
- Added contribution guide and code of conduct.
- Updated macOS CI status badges in README.md.
MITK Workbench
- Improved font quality in MITK Workbench, changed default font to Roboto and replaced xkcd font with Atkinson Hyperlegible.
- Fixed layout glitches of the memory indicator in the status bar.
Command-line apps
- Removed MiniApp suffix from Pharmacokinetics cmd-line apps.
- Fixed time step extraction edge case in Split4Dto3DImages cmd-line app.
- Fixed unhandled exception on unsupported data in FileConverter cmd-line app.
- Added version information to the command-line output.
- Added Split4Dto3DImages command-line app.
DICOM and image I/O
- Fixed loading of dynamic DICOM images when the timing is only encoded in the trigger time tag, but the frames also differ in the encoded acq time/date.
- Improved support of pure 2-d DICOM images.
- Fixed an issue with loading DICOM-SEG images where segments lacked labeled pixels.
- Corrected loading of DICOM images sorted by acquisition date.
- Relaxed precision-related geometry checks in the NIFTI image reader.
- Fixed several issues of the DICOM browser.
- Removed the StoreSCP feature of the DICOM browser.
- Intercept multiple loading of the same DICOM images.
- Fixed saving of DICOM parametric maps in pharmacokinetics for which sufficient metadata is available.
- The version of MultiLabelSegmentation files was increased to 2 because of the named groups feature.
- Fixed a few file readers regarding input directories with early versions of the std::filesystem library (e.g. CentOS 7).
- Expose reason why a DICOM block has been split.
- Fixed handling of multiple DICOM files of the same series without image position or orientation (e.g. screenshots).
- Fixed loading of DICOM directories when files have no extension.
- Fixed crash when a dynamic images have "empty" time steps consisting of NaN pixels only.
Pharmacokinetics
- Changed default value of the signal-to-concentration conversion factor from 0 to 1.
- Introduced a plugin for standardized uptake value (SUV) calculations in PET-CT images (not part of release installers).
- Display parameter units in the DCE MR Perfusion Data Fit and ModelFit Inspector plugins.
- Made the info box in the Curve Descriptive Parameters plugin read-only.
- Fixed inactive "Start modelling" button in Curve Descriptive Parameters and Dynamic PET plugins.
- Fixed colors of signal curve and legend text in ModelFit Inspector plugin.
- Fixed auto-selection of data in MR Perfusion plugin.
- DCE MR Perfusion Data Fit plugin
- Added FAQs to the context help page.
- Fixed bogus "Could not open AIF file!" message.
- Display parameter units for constraints.
- Fixed node filter for images as start parameters.
Build system
- Fixed auto-detection of
MITK_OPENSSL_SSL_DLLandMITK_OPENSSL_CRYPTO_DLLon Windows with older versions of CMake. - Fixed
FlowBenchSegmentationReleaseconfiguration preset. - Reduced Windows build times by 33–50% using the Multi-ToolTask scheduler in Visual Studio.
- Reduced build times of MITK using precompiled headers (
MITK_PCHadvanced CMake cache variable). - Updated build instructions and prerequisites for MITK with Qt 6.8.
- Removed httplib dependency requirement from Minimal build configuration.
Other improvements
- Added coordinate and time step details to the Pixel Value plugin.
- Labeled the time slider in the Image Navigator plugin as "Time step".
- Relaxed precision-related geometry checks in the Statistics plugin.
- Made the "Constrained zooming and panning" preference effective immediately without requiring a restart.
- Improved the user guide for the Point Set Interaction plugin.
- Added support for the Qt command-line option -style.
- Allow larger settings for thick-slice image rendering (MIP).
- Added rename action to Data Manager context menu for data nodes.
- Fixed unnecessarily truncated image names in the Data menus of the MxN Display.
- Fixed constricted spin boxes on Windows.
- Reset of render window editor preferences are now applied immediately for all related settings.
- Fixed Qt includes that were not compliant with the Qt API.
- C++
Published by kislinsk about 1 year ago
mitk - 2024 Week 50 (Early December)
[!IMPORTANT] This is an unstable und unsupported pre-release. Download the latest official release MITK v2024.06.2 instead.
Segmentation
- Fixed exclusion of the highest pixel value of an image in the UL-Threshold tool.
- Fixed missing initial preview of GrowCut tool in "transfer selected labels" mode.
- Fixed error messages when using undo/redo together with manual 2-d segmentation tools.
- Fixed an unhandled exception when clicking on the active label while using the Close tool.
- Fixed excessive warning messages of SegmentAnything, MedSAM, and MONAI Label tools.
- Fixed duplicate default names for new segmentations.
- Fixed layout warnings of several tools.
- TotalSegmentator
- Fixed incorrect label mapping of
totaltask when other subtasks were used before. - Fixed unintended addition of invalid Python paths in the preference page.
- Improved the visual appearance of the installation process.
- Fixed incorrect label mapping of
Statistics and measurement
- Fixed stuck interaction of polygon-like planar figures in certain edge cases.
- Fixed a crash on the removal of a planar figure while interacting with multiple planar figures.
- Fixed a Qt 6.8 crash on application exit when the Statistics plugin was opened.
Volume Visualization
- Fixed unintentional creation of transfer function files when saving is canceled.
- Selected presets are now shown right in their drop-down list.
- Enlarged control point hitboxes of the transfer function widgets in the Volume Visualization plugin.
Image Cropper
- Fixed geometries of cropped 3d+t images.
- Fixed the unintentional removal of node names when using the override mode.
DICOM and image I/O
- Fixed several issues of the DICOM browser.
- Removed the StoreSCP feature of the DICOM browser.
- Intercept multiple loading of the same DICOM images.
- Fixed saving of DICOM parametric maps in pharmacokinetics for which sufficient metadata is available.
- The version of MultiLabelSegmentation files was increased to 2 because of the named groups feature.
- Fixed a few file readers regarding input directories with early versions of the std::filesystem library (e.g. CentOS 7).
Pharmacokinetics
- Fixed inactive "Start modelling" button in Curve Descriptive Parameters and Dynamic PET plugins.
- DCE MR Perfusion Data Fit plugin
- Added FAQs to the context help page.
- Fixed bogus "Could not open AIF file!" message.
- Display parameter units for constraints.
- Fixed node filter for images as start parameters.
Build system
- Reduced build times of MITK using precompiled headers (
MITK_PCHadvanced CMake cache variable). - Updated build instructions and prerequisites for MITK with Qt 6.8.
Other improvements
- Allow larger settings for thick-slice image rendering (MIP).
- Added rename action to Data Manager context menu for data nodes.
- Fixed unnecessarily truncated image names in the Data menus of the MxN Display.
- Fixed constricted spin boxes on Windows.
- Reset of render window editor preferences are now applied immediately for all related settings.
- Fixed Qt includes that were not compliant with the Qt API.
- C++
Published by kislinsk about 1 year ago
mitk - 2024 Week 47 (Mid November)
[!IMPORTANT] This is an unstable und unsupported pre-release. Download the latest official release MITK v2024.06.2 instead.
Segmentation
- Added option to preferences to reduce label opacity.
- Significantly reduced the execution time of "Create (smoothed) polygon model" actions when applied to multiple labels.
- Fixed a crash when changing preferences while using the Segment Anything (SAM) or MedSAM tools.
- Moved the TotalSegmentator installation step from the tool GUI to preferences.
- Updated cursor icons to indicate whether tools are operating in inverted mode.
- Changed the Segment Anything (SAM) tool's input shape from points to crosshairs.
- Added support for MITK scene files as task inputs in MITK Segmentation Task List files (version 3).
Pharmacokinetics
- Introduced a plugin for standardized uptake value (SUV) calculations in PET-CT images.
- Display parameter units in the DCE MR Perfusion Data Fit and ModelFit Inspector plugins.
- Made the info box in the Curve Descriptive Parameters plugin read-only.
DICOM and image I/O
- Fixed an issue with loading DICOM-SEG images where segments lacked labeled pixels.
- Corrected loading of DICOM images sorted by acquisition date.
- Relaxed precision-related geometry checks in the NIFTI image reader.
Command-line apps
- Added version information to the command-line output.
Build system
- Reduced Windows build times by 33–50% using the Multi-ToolTask scheduler in Visual Studio.
Other improvements
- Added coordinate and time step details to the Pixel Value plugin.
- Labeled the time slider in the Image Navigator plugin as "Time step".
- Relaxed precision-related geometry checks in the Statistics plugin.
- Made the "Constrained zooming and panning" preference effective immediately without requiring a restart.
- Improved the user guide for the Point Set Interaction plugin.
- Added support for the Qt command-line option -style.
- C++
Published by kislinsk about 1 year ago
mitk - 2024 Week 43 (Very Late October)
[!IMPORTANT] This is an unstable und unsupported pre-release. Download the latest official release MITK v2024.06.2 instead.
Segmentation
- Integrated new MITK Forms feature into Segmentation Task Lists v2 (experimental)
- Added timeout preference for MONAILabel segmentation tool
- Allow custom label group names
- Assume an empty label if a segmentation has a single label group but no label meta data
- Fixed unhandled exception on label collisions
- Fixed transformations of 3-d renderings of segmentations
- Fixed visibility of 3-d renderings of segmentations
- Fixed minimum widths of several spin boxes
- Upgraded TotalSegmentator from v2.2.1 to v2.4
Migration from Phabricator to GitLab/GitHub
- Moved MITK-Data Git repository mirror to Helmholtz GitLab
- Migrated Phabricator links to GitHub links
- Created GitHub issue templates
- Added contribution guide and code of conduct
- Updated macOS CI status badges in README.md
MITK Workbench
- Improved font quality in MITK Workbench, changed default font to Roboto and replaced xkcd font with Atkinson Hyperlegible
- Fixed layout glitches of the memory indicator in the status bar
Command-line apps
- Removed MiniApp suffix from Pharmacokinetics cmd-line apps
- Fixed time step extraction edge case in Split4Dto3DImages cmd-line app
- Fixed unhandled exception on unsupported data in FileConverter cmd-line app
DICOM
- Fixed loading of dynamic DICOM images when all time steps have a trigger time but not all time steps have an acq time
- Improved support of pure 2-d DICOM images
Pharmacokinetics
- Changed default value of the signal-to-concentration conversion factor from 0 to 1
Build system
- Fixed auto-detection of
MITK_OPENSSL_SSL_DLLandMITK_OPENSSL_CRYPTO_DLLon Windows with older versions of CMake - Fixed
FlowBenchSegmentationReleaseconfiguration preset
- C++
Published by kislinsk about 1 year ago
mitk - MITK v2024.06.2
For details see the official MITK v2024.06 Changelog and the MITK v2024.06.2 Hotfix Changelog.
- C++
Published by kislinsk over 1 year ago
mitk - MITK v2024.06
For details see the official MITK v2024.06 Changelog.
- C++
Published by kislinsk over 1 year ago
mitk - MITK v2023.12
For details see the official MITK v2023.12 Changelog.
- C++
Published by kislinsk about 2 years ago
mitk - MITK v2023.04.2
For details see the official MITK v2023.04 Changelog and the MITK v2023.04.2 Hotfix Changelog.
- C++
Published by kislinsk over 2 years ago
mitk - MITK v2023.04
For details see the official MITK v2023.04 Changelog.
- C++
Published by kislinsk over 2 years ago
mitk - MITK v2022.10
For details see the official MITK v2022.10 Changelog.
- C++
Published by kislinsk about 3 years ago
mitk - MITK v2022.04
For details see the official MITK v2022.04 Changelog.
- C++
Published by kislinsk over 3 years ago
mitk - MITK v2021.10
For details see the official MITK v2021.10 Changelog.
- C++
Published by kislinsk about 4 years ago
mitk - MITK v2021.02
For details see the official MITK v2021.02 Changelog.
- C++
Published by kislinsk almost 5 years ago
mitk - MITK v2018.04.2
For details see the official MITK v2018.04.2 release notes.
We provide classic installers and installers that come with the NVIDIA AI-Assisted Annotation Client segmentation tools.
📢 2019/06/24: Refreshed Nvidia installers with AI-Assisted Annotation Client v1.0.1
- C++
Published by kislinsk almost 7 years ago