Medical Imaging Interaction Toolkit  2023.12.99-fc5b483f
Medical Imaging Interaction Toolkit
QmitkImageMaskingWidget Class Reference

QmitkImageMaskingWidget. More...

#include <QmitkImageMaskingWidget.h>

Inheritance diagram for QmitkImageMaskingWidget:
Collaboration diagram for QmitkImageMaskingWidget:

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

Detailed Description

QmitkImageMaskingWidget.

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.

Constructor & Destructor Documentation

◆ QmitkImageMaskingWidget()

QmitkImageMaskingWidget::QmitkImageMaskingWidget ( mitk::DataStorage dataStorage,
QWidget *  parent = nullptr 
)
explicit

Default constructor, including creation of GUI elements and signals/slots connections.

◆ ~QmitkImageMaskingWidget()

QmitkImageMaskingWidget::~QmitkImageMaskingWidget ( )
override

Default destructor.


The documentation for this class was generated from the following file: