Skip to content

Commit

Permalink
Add MITK as supported platform (#1759)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashis Ravindran <[email protected]>
  • Loading branch information
ASHISRAVINDRAN authored Oct 17, 2024
1 parent 8a00912 commit 736252c
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ In addition, you can find a table of the basic supported fields, modalities, vie
<td>
<ul>
<li>3DSlicer</li>
<li>MITK</li>
<li>OHIF</li>
</ul>
</td>
Expand Down Expand Up @@ -250,6 +251,11 @@ For a full list of supported bundles, see the <a href="https://github.com/Projec

[3D Slicer Setup](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/slicer)

#### MITK
The Medical imaging Interaction ToolKit (MITK) is an open source, standalone, medical imaging platform. MONAI Label is partially integrated to MITK Workbench, a powerful and free application to view, process, and segment medical images. The MONAI Label tool in MITK is mostly tested for inferencing using radiology and bundle apps allowing for Auto and Click-based interactive models.

[MITK Setup](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/mitk)

#### OHIF
The Open Health Imaging Foundation (OHIF) Viewer is an open source, web-based, medical imaging platform. It aims to provide a core framework for building complex imaging applications.

Expand Down
3 changes: 3 additions & 0 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ MONAI Label supports various viewers for different domains, including radiology,
#### 3D Slicer
3D Slicer is a free, open-source software for visualization, processing, segmentation, registration, and other 3D images and meshes. MONAI Label supports 3D Slicer with radiology and monaibundle applications. With its advanced features, 3D Slicer is a mature and well-tested viewer for radiology studies and algorithms.

#### MITK
The Medical imaging Interaction ToolKit (MITK) is an open source, standalone, medical imaging platform. MONAI Label is partially integrated to MITK Workbench, a powerful and free application to view, process, and segment medical images. The MONAI Label tool in MITK is mostly tested for inferencing using radiology and bundle apps allowing for Auto and Click-based interactive models.

#### OHIF
The Open Health Imaging Foundation (OHIF) Viewer is an open-source, web-based platform for medical imaging. OHIF Viewer provides a framework for building complex imaging applications with user-friendly interfaces. MONAI Label supports the web-based OHIF viewer with connectivity to a remote DICOM server via DICOMweb.

Expand Down
45 changes: 45 additions & 0 deletions plugins/mitk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!--
Copyright (c) MONAI Consortium
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

## MONAI Label tool in MITK

The Medical Imaging Interaction Toolkit (MITK) is a free open-source software for the development of interactive medical image processing software. Based on MITK, the MITK Workbench, a powerful and free standalone application to view, process, and segment medical images. The MONAI Label tool in the segmentation view supports 2D & 3D images with radiology and monaibundle apps for inferencing only.

<figure>
<img src="./Screenshots/mitk_monailabel.png" width="90%"/>
<figcaption><i>Segmentation generated for a 3D image loaded in MITK using “segmentation” model from the Radiology app</i></figcaption>
</figure>

### Table of Contents
- [Supported Applications](#supported-applications)
- [Installing MITK Workbench](#installing-mitk)
- [Segmentation using MONAI Label](#segmentation-using-MONAI-Label)
- [Added Value from MITK](#added-value-from-mitk)

### Supported Applications
Users can find supported applications in the [sample-apps](../../sample-apps/radiology/) folder under the radiology section. They'll find models like DeepEdit, DeepGrow, Segmentation, and more. These applications can be used to create and refine labels for various medical imaging tasks.

### Installing MITK
To use MONAI Label with MITK, you'll need to download and install the MITK Workbench. MONAI Label tool in MITK is tested against version 0.8 or higher. For more information on installing MITK Workbench, check out the [MITK Documentation](https://www.mitk.org/wiki/The_Medical_Imaging_Interaction_Toolkit_(MITK))
The MONAI Label tool needs no separate installation. It is included in the MITK's installer.

### Segmentation using MONAI Label
MONAI Label tool interface can be found in both MITK's Segmentation View > 2D tools and also in Segmentation View > 3D tools. As the the name indicates, the hosted MONAI Label app's 2D models are featured in 2D tools and vice versa. For details usage refer to [MITK Documentation](https://docs.mitk.org/nightly/org_mitk_views_segmentation.html#org_mitk_views_segmentationMonaiLabel3D)

### Added Value from MITK
1. 4D image support: MONAI Label app models can be applied to dynamic (2D+t & 3D+t) images recursively to all time frames in one step.
2. Automatic 3D interpolation: On 3D images, sparse 2D label segmentations generated using MONAI 2D models can be interpolated on the fly to create 3D segmentations of specific structures with fewer interactions needed.
<figure>
<img src="./Screenshots/mitk_monailabel_2d.png" width="90%"/>
<figcaption><i>Segmentation generated for a 3D image using “deepgrow_2d” model from the Radiology app and the 3D interpolation feature of MITK</i></figcaption>
</figure>
Binary file added plugins/mitk/Screenshots/mitk_monailabel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugins/mitk/Screenshots/mitk_monailabel_2d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 736252c

Please sign in to comment.