Questions tagged [mitk]

The Medical Imaging Interaction Toolkit (MITK)

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. As a toolkit, MITK offers those features that are relevant for the development of interactive medical imaging software covered neither by ITK nor VTK.

29 questions
18
votes
5 answers

Error: this statement may fall through [-Werror=implicit-fallthrough=]

I am trying to compile mitk on ubuntu and I got this error : error: this statement may fall through [-Werror=implicit-fallthrough=] Here there is a part of code : /** Get memory offset for a given image index */ unsigned int…
agasim
  • 183
  • 1
  • 1
  • 4
8
votes
4 answers

Set include path with environment variable value

We are trying to use the MITK library with Qt on Linux. Unfortunately MITK has no install functionality and it also depends on ITK and VTK. So we end up with header files scattered in many directories. We would like to specify the list of…
chmike
  • 20,922
  • 21
  • 83
  • 106
2
votes
1 answer

How to use vtk (python) to visualize a 3D CT scan?

I wanna visualize a 3D CT just like the following image. [MITK-visualization]:https://i.stack.imgur.com/xCuZW.png (Note that I only need the part at bottom right) I am using python and vtk. Could anyone provide an example on it? Suppose the variable…
2
votes
1 answer

How to use MITK as a library

I knew this is old question, but I tried to search over StackOverFlow and did not find any good answer suitable for me. So I tried to repost this. I am using linux and tried to build code using CMake and Make commands. I tried to make separate my…
Phong Tran
  • 21
  • 2
2
votes
0 answers

gdb doesn't resume after breakpoint. MITK-Framewok Project using Qt-Creator, gdb, Linux Mint 15

I'm writing plugin for the MITK framework using Qt-Creator with gdb on Linux-Mint 15. Resuming after halting at any breakpoint doesn't work, or seems to take upwards of 30 minutes (every time). My project is not very big however, so there's no way…
2
votes
2 answers

Qt Creator + MITK (Linux)

I'm trying to use MITK with Qt Creator. I've successfully compiled and used VTK and ITK with ccmake. I've compiled MITK in superbuild mode (it downloads CTK, VTK, ITK, etc). Then I've configured it. I've compiled with make (About two hours). I've…
Mark A.
  • 193
  • 1
  • 3
  • 14
1
vote
1 answer

Draw Points / Lines using MITK

I need some help with MITK. I am trying to draw points and lines (actually my goal is display a virtual colonoscopy centerline), under MITK. I created a vtkPolyData which contains the data of the centerline. This is wrapped into a mitk::Surface…
esmitt
  • 153
  • 2
  • 12
1
vote
2 answers

Where to download MITK Workbench plugins

I'm new to MITK Workbench and I can't seem to find where to download plugins. Specifically, I'm looking for a link to download the Registration plugin so that I can align two images with the deformable image registration method. Any direction to a…
KBS
  • 45
  • 5
1
vote
2 answers

how to access image property list and manipulate in MITK

I am developing a plugin for MITK, which is a tookit for medical imaging. I want to access the full path of image that is loaded in the data manager. There are properties of images like name, opacity, path etc. I searched MITK documentation but I…
lycaenidae
  • 53
  • 9
1
vote
0 answers

any example for MITK ray casting with ambient occlusion ?

please how to run Modules/Core/src/Rendering/mitkVolumeDataVtkMapper3D.cpp in visual c++ 2013 also does ambient occlusion exist in MITK and if it is i want some example please thanks in advance.
Asma Denya
  • 11
  • 2
1
vote
1 answer

Which Qt Creator is compatible with Qt4?

I am finding to install Qt4 instead of the latest Qt5.5. This is due to forward compatibility issues with Qt5.5 and the Medical Interaction toolkit library MITK. I have located the download archive of Qt. But, does anyone know which version of Qt…
dr_rk
  • 4,395
  • 13
  • 48
  • 74
1
vote
1 answer

Build MITK tutorial errors

There are some errors when I build the MITK tutorial: Error 2 error C1083: Cannot open source file:…
cotisoy
  • 11
  • 2
1
vote
1 answer

How to get wrong dll used by my application?

I made an exe which depend on an Open source library (of c++) MITK. Before using MITK lib I build it with Debug|32 bit configuration in visual studio. It was having no error. When I coded my project and build it with same configuration, I got…
QT-ITK-VTK-Help
  • 548
  • 2
  • 6
  • 19
0
votes
0 answers

Adding QT directory to cmake to change the build of the MITK software

I am working on MITK an opensource medical imaging software. For my project I need to use a MITK model fit plugin. In order to install this plugin, I need to change the build of the MITK software using cmake. When I am trying to do this I keep…
0
votes
1 answer

Undefined reference compilation MITK/Qt

I need to compile the project of my teacher. This project use MITK, VTK, ITK, CTK and Qt. I had some errors which I managed to correct during compilation. Now, i have an error that I don’t understand and I don’t know how correct that to finish the…
AmBou99
  • 1
  • 1
1
2