![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
RegionGrowing action widget. More...
#include <RegionGrowingWidget.h>
Public Member Functions | |
RegionGrowingWidget (camitk::Action *action) | |
Default construtor. More... | |
void | updateComponent (camitk::ImageComponent *image) |
Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points) More... | |
~RegionGrowingWidget () | |
destructor More... | |
bool | isSmoothingChecked () |
Accessors to all parameters. More... | |
int | getNumberOfIterations () |
number of iterations for smoothing More... | |
double | getTimeStep () |
time step for smoothing More... | |
int | getLowThreshold () |
low threshold for region growing More... | |
int | getHighThreshold () |
high threshold for region growing More... | |
QList< QVector3D > * | getSeedPoints (camitk::ImageComponent *image) |
List of seed points. More... | |
Protected Attributes | |
camitk::Action * | myAction |
Connected Action. More... | |
MultiPickingWidget * | pickingW |
Multiple picking widget. More... | |
Ui::RegionGrowingWidget | ui |
RegionGrowing action widget.
RegionGrowingWidget::RegionGrowingWidget | ( | camitk::Action * | action | ) |
Default construtor.
RegionGrowingWidget::~RegionGrowingWidget | ( | ) |
destructor
int RegionGrowingWidget::getHighThreshold | ( | ) |
high threshold for region growing
int RegionGrowingWidget::getLowThreshold | ( | ) |
low threshold for region growing
int RegionGrowingWidget::getNumberOfIterations | ( | ) |
number of iterations for smoothing
QList<QVector3D>* RegionGrowingWidget::getSeedPoints | ( | camitk::ImageComponent * | image | ) |
List of seed points.
double RegionGrowingWidget::getTimeStep | ( | ) |
time step for smoothing
bool RegionGrowingWidget::isSmoothingChecked | ( | ) |
Accessors to all parameters.
Do the user want smoothing ?
void RegionGrowingWidget::updateComponent | ( | camitk::ImageComponent * | image | ) |
Update the widget with the correct PickedPixelMap (ImageComponent + Qlist of the selected points)
|
protected |
Connected Action.
|
protected |
Multiple picking widget.
|
protected |