Coder Social home page Coder Social logo

mitk / mitk Goto Github PK

View Code? Open in Web Editor NEW
659.0 72.0 324.0 241.88 MB

The Medical Imaging Interaction Toolkit.

Home Page: http://www.mitk.org

License: BSD 3-Clause "New" or "Revised" License

CMake 3.39% C++ 95.73% Shell 0.23% C 0.48% Python 0.01% Makefile 0.01% CSS 0.02% HTML 0.02% JavaScript 0.01% SWIG 0.12% Batchfile 0.01%
mitk medical-imaging medical-image-computing dicom dicom-rt dicom-browser cpp-library

mitk's Introduction

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 20.04 Ubuntu 22.04 macOS 10.15 Catalina macOS 11 Big Sur

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

mitk's People

Contributors

akalali avatar ashisravindran avatar christianwe avatar cjgoch avatar cmh-germany avatar ericheim avatar espakm avatar herisu avatar holzwarth69126 avatar ikompan avatar jasminmetzger avatar jtfc avatar kck278 avatar kenomaerz avatar kislinsk avatar maleike avatar markusengel avatar mattclarkson avatar michaelmueller avatar migoetz avatar miluba154 avatar nocnokneo avatar nolden avatar oreliadura avatar peterneher avatar rfloca avatar sandyengelhardt avatar saschazelzer avatar seitela avatar swirkert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mitk's Issues

MITK Symbol all over 3D Screenshot

Dear MITK Team,

I am using MITK v. 2023-11-13 on Mac OS 13.6.6 (Ventura).
When I want to use the Screenshot Maker inside MITK I get MITK Symbols all over the Screenshot.
Would it be possible to only have the MITK Symbol on the lower left corner like it is in the 3D View?

Thanks.
3D_View3

bug: always-build-MitkTestingHelper-module

The MitkTestingHelper currently is only build if BUILD_TESTING is ON and if MITK_USE_CppUnit is set to 1 which is the case if BUILD_TESTING is ON or MITK_USE_BLUEBERRY is ON.

However, the MitkTestingHelper should also build if BUILD_TESTING is OFF because it is potentially useful for external projects.

23>-- The following features have been disabled:
23>
23> * MitkFileFormatConverter, (missing dependencies: MitkTestingHelper)
23> * MitkImageResampler, (missing dependencies: MitkTestingHelper)
23> * MitkCopyGeometry, (missing dependencies: MitkTestingHelper)
23> * MitkDiffusionDICOMLoader, (missing dependencies: MitkTestingHelper)
23> * MitkShToOdfImage, (missing dependencies: MitkTestingHelper)
23> * MitkDImp, (missing dependencies: MitkTestingHelper)
23> * MitkDReg, (missing dependencies: MitkTestingHelper)
23> * MitkFiberScreenshot, (missing dependencies: MitkTestingHelper)
23> * MitkPeakExtraction, (missing dependencies: MitkTestingHelper)
23>

I am experiencing an issue when building MITK with the extension directory MITK-Diffusion. Specifically, I encounter a problem with MitkTestingHelper being missing.

I have selected the BUILD_TESTING option, but after clicking configure, this option gets deselected automatically. I am unsure how to proceed with building MitkTestingHelper.

Could you please provide guidance on how to resolve this issue?

Thank you for your assistance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.