{"id":13812264,"url":"https://github.com/MITK/MITK","last_synced_at":"2025-05-14T22:30:43.522Z","repository":{"id":1505086,"uuid":"1760792","full_name":"MITK/MITK","owner":"MITK","description":"The Medical Imaging Interaction Toolkit.","archived":false,"fork":false,"pushed_at":"2025-05-07T14:40:23.000Z","size":254774,"stargazers_count":745,"open_issues_count":19,"forks_count":344,"subscribers_count":70,"default_branch":"master","last_synced_at":"2025-05-07T15:45:24.808Z","etag":null,"topics":["cpp-library","dicom","dicom-browser","dicom-rt","medical-image-computing","medical-imaging","mitk"],"latest_commit_sha":null,"homepage":"http://www.mitk.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MITK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-05-17T13:21:51.000Z","updated_at":"2025-05-06T10:44:01.000Z","dependencies_parsed_at":"2023-07-05T17:16:16.750Z","dependency_job_id":"a9d73a6c-df86-4c8d-8c52-759c38ae1d79","html_url":"https://github.com/MITK/MITK","commit_stats":{"total_commits":34105,"total_committers":300,"mean_commits":"113.68333333333334","dds":0.9393050872306113,"last_synced_commit":"a754b053db1214637403308f9fd210a4eef6df13"},"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITK%2FMITK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITK%2FMITK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITK%2FMITK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MITK%2FMITK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MITK","download_url":"https://codeload.github.com/MITK/MITK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254239445,"owners_count":22037713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp-library","dicom","dicom-browser","dicom-rt","medical-image-computing","medical-imaging","mitk"],"created_at":"2024-08-04T04:00:50.093Z","updated_at":"2025-05-14T22:30:38.483Z","avatar_url":"https://github.com/MITK.png","language":"C++","funding_links":[],"categories":["Libraries"],"sub_categories":["C++"],"readme":"![MITK Logo][logo]\n\nThe [Medical Imaging Interaction Toolkit][mitk] (MITK) is a free open-source software\nsystem for development of interactive medical image processing software. MITK\ncombines the [Insight Toolkit][itk] (ITK) and the [Visualization Toolkit][vtk] (VTK) with an application framework.\n\nThe links below provide high-level and reference documentation targeting different\nusage scenarios:\n\n - Get a [high-level overview][mitk-overview] about MITK with pointers to further\n   documentation\n - End-users looking for help with MITK applications should read the\n   [MITK User Manual][mitk-usermanual]\n - Developers contributing to or using MITK, please see the [MITK Developer Manual][mitk-devmanual]\n   as well as the [MITK API Reference][mitk-apiref]\n\nSee the [MITK homepage][mitk] for details.\n\nSupported platforms\n-------------------\n\nMITK is a cross-platform C++ toolkit and officially supports:\n\n - Windows\n - Linux\n - macOS\n\nFor details, please read the [Supported Platforms][platforms] page.\n\n### Build status of develop branch\n\n[![Windows][windows-build-status]][cdash]\n[![Ubuntu 20.04][ubuntu-20.04-build-status]][cdash]\n[![Ubuntu 22.04][ubuntu-22.04-build-status]][cdash]\n[![macOS 10.15 Catalina][macos-10.15-build-status]][cdash]\n[![macOS 11 Big Sur][macos-11-build-status]][cdash]\n\nWe highly recommend to use the stable **master** branch instead. It is updated 1-2 times per month accompanied by curated [changelogs][changelog] and [snapshot installers][snapshot-installers].\n\nLicense\n-------\n\nCopyright (c) [German Cancer Research Center (DKFZ)][dkfz]. All rights reserved.\n\nMITK is available as free open-source software under a [3-clause BSD license][license].\n\nDownload\n--------\n\nThe MITK source code and binaries for the *MitkWorkbench* application are released regularly according to the [MITK release cycle][release-cycle]. See the [Download][download] page for a list of releases.\n\nThe official MITK source code is available in the [MITK Git repository][phab_repo]. The Git clone command is\n\n    git clone https://phabricator.mitk.org/source/mitk.git MITK\n\nActive development takes place in the MITK develop branch and its usage is advised for advanced users only.\n\nHow to contribute\n-----------------\n\nContributions of all kind are happily accepted. However, to make the contribution process as smooth as possible, please read the [How to contribute to MITK][contribute] page if you plan to contribute to MITK.\n\nBuild instructions\n------------------\n\nMITK uses [CMake][cmake] to configure a build tree. The following is a crash course about cloning, configuring, and building MITK on a Linux/Unix system:\n\n    git clone https://phabricator.mitk.org/source/mitk.git MITK\n    mkdir MITK-build\n    cd MITK-build\n    cmake ../MITK\n    make -j4\n\nRead the comprehensive [build instructions][build] page for details.\n\nUseful links\n------------\n\n - [Homepage][mitk]\n - [Download][download]\n - [Mailing list][mailinglist]\n - [Issue tracker][bugs]\n\n[logo]: https://github.com/MITK/MITK/raw/master/mitk.png\n[mitk]: https://www.mitk.org\n[itk]: https://itk.org\n[vtk]: https://vtk.org\n[mitk-overview]: https://docs.mitk.org/2024.06/\n[mitk-usermanual]: https://docs.mitk.org/2024.06/UserManualPortal.html\n[mitk-devmanual]: https://docs.mitk.org/2024.06/DeveloperManualPortal.html\n[mitk-apiref]: https://docs.mitk.org/2024.06/usergroup0.html\n[platforms]: https://docs.mitk.org/2024.06/SupportedPlatformsPage.html\n[dkfz]: https://www.dkfz.de\n[license]: https://github.com/MITK/MITK/blob/master/LICENSE\n[release-cycle]: https://www.mitk.org/MitkReleaseCycle\n[download]: https://www.mitk.org/Download\n[phab_repo]: https://phabricator.mitk.org/source/mitk/\n[contribute]: https://www.mitk.org/How_to_contribute\n[cmake]: https://www.cmake.org\n[build]: https://docs.mitk.org/2024.06/BuildInstructionsPage.html\n[mailinglist]: https://www.mitk.org/Mailinglist\n[bugs]: https://phabricator.mitk.org/maniphest/\n[cdash]: https://cdash.mitk.org/index.php?project=MITK\n[changelog]: https://phabricator.mitk.org/w/mitk/changelog/\n[snapshot-installers]: https://www.mitk.org/download/ci/snapshots/\n[windows-build-status]: https://ci.mitk.org/buildStatus/icon?job=MITK%2FContinuous%2FWindows\u0026subject=Windows\n[ubuntu-22.04-build-status]: https://ci.mitk.org/buildStatus/icon?job=MITK%2FContinuous%2FUbuntu+22.04\u0026subject=Ubuntu+22.04\n[ubuntu-20.04-build-status]: https://ci.mitk.org/buildStatus/icon?job=MITK%2FContinuous%2FUbuntu+20.04\u0026subject=Ubuntu+20.04\n[macOS-10.15-build-status]: https://ci.mitk.org/buildStatus/icon?job=MITK%2FContinuous%2FmacOS+Catalina\u0026subject=macOS+10.15+Catalina\n[macOS-11-build-status]: https://ci.mitk.org/buildStatus/icon?job=MITK%2FContinuous%2FmacOS+Big+Sur\u0026subject=macOS+11+Big+Sur\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMITK%2FMITK","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMITK%2FMITK","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMITK%2FMITK/lists"}