Skip to content

Commit 736252c

Browse files
Add MITK as supported platform (#1759)
Signed-off-by: Ashis Ravindran <[email protected]>
1 parent 8a00912 commit 736252c

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ In addition, you can find a table of the basic supported fields, modalities, vie
8888
<td>
8989
<ul>
9090
<li>3DSlicer</li>
91+
<li>MITK</li>
9192
<li>OHIF</li>
9293
</ul>
9394
</td>
@@ -250,6 +251,11 @@ For a full list of supported bundles, see the <a href="https://github.com/Projec
250251

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

254+
#### MITK
255+
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.
256+
257+
[MITK Setup](https://github.com/Project-MONAI/MONAILabel/tree/main/plugins/mitk)
258+
253259
#### OHIF
254260
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.
255261

plugins/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ MONAI Label supports various viewers for different domains, including radiology,
55
#### 3D Slicer
66
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.
77

8+
#### MITK
9+
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.
10+
811
#### OHIF
912
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.
1013

plugins/mitk/README.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
Copyright (c) MONAI Consortium
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
Unless required by applicable law or agreed to in writing, software
8+
distributed under the License is distributed on an "AS IS" BASIS,
9+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and
11+
limitations under the License.
12+
-->
13+
14+
## MONAI Label tool in MITK
15+
16+
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.
17+
18+
<figure>
19+
<img src="./Screenshots/mitk_monailabel.png" width="90%"/>
20+
<figcaption><i>Segmentation generated for a 3D image loaded in MITK using “segmentation” model from the Radiology app</i></figcaption>
21+
</figure>
22+
23+
### Table of Contents
24+
- [Supported Applications](#supported-applications)
25+
- [Installing MITK Workbench](#installing-mitk)
26+
- [Segmentation using MONAI Label](#segmentation-using-MONAI-Label)
27+
- [Added Value from MITK](#added-value-from-mitk)
28+
29+
### Supported Applications
30+
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.
31+
32+
### Installing MITK
33+
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))
34+
The MONAI Label tool needs no separate installation. It is included in the MITK's installer.
35+
36+
### Segmentation using MONAI Label
37+
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)
38+
39+
### Added Value from MITK
40+
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.
41+
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.
42+
<figure>
43+
<img src="./Screenshots/mitk_monailabel_2d.png" width="90%"/>
44+
<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>
45+
</figure>
754 KB
Loading
1.26 MB
Loading

0 commit comments

Comments
 (0)