|
Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
QmitkImageMaskingWidget. More...
#include <QmitkImageMaskingWidget.h>


Public Member Functions | |
| QmitkImageMaskingWidget (mitk::DataStorage *dataStorage, QWidget *parent=nullptr) | |
| Default constructor, including creation of GUI elements and signals/slots connections. More... | |
| ~QmitkImageMaskingWidget () override | |
| Default destructor. More... | |
Tool masks an image with a binary image or a surface. The Method requires an image and a binary image mask or a surface. The input image and the binary image mask must be of the same size. Masking with a surface creates first a binary image of the surface and then use this for the masking of the input image.
Definition at line 42 of file QmitkImageMaskingWidget.h.
|
explicit |
Default constructor, including creation of GUI elements and signals/slots connections.
|
override |
Default destructor.