#include <Modules/Loadable/Segmentations/Logic/vtkImageGrowCutSegment.h>
Definition at line 10 of file vtkImageGrowCutSegment.h.
◆ Superclass
◆ vtkImageGrowCutSegment()
vtkImageGrowCutSegment::vtkImageGrowCutSegment |
( |
| ) |
|
|
protected |
◆ ~vtkImageGrowCutSegment()
vtkImageGrowCutSegment::~vtkImageGrowCutSegment |
( |
| ) |
|
|
overrideprotected |
◆ ExecuteDataWithInformation()
void vtkImageGrowCutSegment::ExecuteDataWithInformation |
( |
vtkDataObject * |
outData, |
|
|
vtkInformation * |
outInfo |
|
) |
| |
|
overrideprotected |
◆ FillInputPortInformation()
int vtkImageGrowCutSegment::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
overrideprotected |
◆ GetClassName()
virtual const char* vtkImageGrowCutSegment::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetDistancePenalty()
virtual double vtkImageGrowCutSegment::GetDistancePenalty |
( |
| ) |
|
|
virtual |
Spatial regularization factor, which can force growing in nearby regions. For each physical unit distance, this much intensity level difference is simulated. By default = 0, which means spatial distance does not play a role in the region growing, only intensity value similarity.
◆ IsA()
virtual int vtkImageGrowCutSegment::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkImageGrowCutSegment::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkImageGrowCutSegment::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ RequestInformation()
int vtkImageGrowCutSegment::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
overrideprotected |
◆ Reset()
void vtkImageGrowCutSegment::Reset |
( |
| ) |
|
Reset to initial state. This forces full recomputation of the result label volume. This method has to be called if intensity volume changes or if seeds are deleted after initial computation.
◆ SafeDownCast()
◆ SetDistancePenalty()
virtual void vtkImageGrowCutSegment::SetDistancePenalty |
( |
double |
| ) |
|
|
virtual |
◆ SetIntensityVolume()
void vtkImageGrowCutSegment::SetIntensityVolume |
( |
vtkImageData * |
grayscaleImage | ) |
|
|
inline |
◆ SetMaskVolume()
void vtkImageGrowCutSegment::SetMaskVolume |
( |
vtkImageData * |
labelImage | ) |
|
|
inline |
Set mask volume (input 2). Optional. If this volume is specified then only those regions outside the mask (where mask has zero value) will be included in the segmentation result. Regions outside the mask will not be used for region growing either (growing will not start from or cross through masked region).
Definition at line 27 of file vtkImageGrowCutSegment.h.
◆ SetSeedLabelVolume()
void vtkImageGrowCutSegment::SetSeedLabelVolume |
( |
vtkImageData * |
labelImage | ) |
|
|
inline |
The documentation for this class was generated from the following file: