All Projects → MITK → Mitk

MITK / Mitk

Licence: bsd-3-clause
The Medical Imaging Interaction Toolkit.

Projects that are alternatives of or similar to Mitk

Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (-34.17%)
Mutual labels:  dicom, medical-imaging
Dicom-Viewer
An application displaying 2D/3D Dicom
Stars: ✭ 37 (-89.72%)
Mutual labels:  dicom, medical-imaging
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (-33.33%)
Mutual labels:  dicom, medical-imaging
Dicomviewer
DICOM Viewer in Nextcloud
Stars: ✭ 139 (-61.39%)
Mutual labels:  dicom, medical-imaging
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (-91.39%)
Mutual labels:  dicom, medical-imaging
Dcmjs
Javascript implementation of DICOM manipulation
Stars: ✭ 150 (-58.33%)
Mutual labels:  dicom, medical-imaging
AlizaMS
DICOM Viewer
Stars: ✭ 144 (-60%)
Mutual labels:  dicom, medical-imaging
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-76.94%)
Mutual labels:  dicom, medical-imaging
dicomifier
A medical image converter
Stars: ✭ 22 (-93.89%)
Mutual labels:  dicom, medical-imaging
go-dicom
DICOM parser for golang
Stars: ✭ 51 (-85.83%)
Mutual labels:  dicom, medical-imaging
Cornerstone
JavaScript library to display interactive medical images including but not limited to DICOM
Stars: ✭ 1,690 (+369.44%)
Mutual labels:  dicom, medical-imaging
neurdicom
RESTful PACS server with plugins
Stars: ✭ 97 (-73.06%)
Mutual labels:  dicom, medical-imaging
Viewers
The OHIF Medical Imaging Viewer is for viewing medical images. It can retrieve and load images from most sources and formats; render sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation, and serialization of observations; supports internationalization, OpenID Connect, offline use, hotkeys, and many more features.
Stars: ✭ 1,753 (+386.94%)
Mutual labels:  dicom, medical-imaging
Dicom Rs
Pure Rust implementation of the DICOM standard
Stars: ✭ 152 (-57.78%)
Mutual labels:  dicom, medical-imaging
Dicom Server
OSS Implementation of DICOMweb standard
Stars: ✭ 101 (-71.94%)
Mutual labels:  dicom, medical-imaging
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (-84.44%)
Mutual labels:  dicom, medical-imaging
Dwv
DICOM Web Viewer: open source zero footprint medical image viewer.
Stars: ✭ 1,145 (+218.06%)
Mutual labels:  dicom, medical-imaging
Odil
Odil is a C++11 library for the DICOM standard
Stars: ✭ 69 (-80.83%)
Mutual labels:  dicom, medical-imaging
rt-utils
A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
Stars: ✭ 89 (-75.28%)
Mutual labels:  dicom, medical-imaging
rocket viewer
This simple and generic viewer allows you to visualize different kinds of data such as medical and biological images, 3D surfaces, electric signals (ECGs) and documents.
Stars: ✭ 22 (-93.89%)
Mutual labels:  dicom, medical-imaging

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.

Build status of develop branch

Windows Ubuntu 18.04 Ubuntu 20.04 macOS 10.14 Mojave

We highly recommend to use the stable master branch instead. It is updated 1-2 times per month accompanied by curated changelogs and snapshot installers.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].