ITK-based utilities for manipulating connected regions in label maps. Limitation: The filter does not work correctly with input volume that has unsigned long scalar type on Linux and macOS.
More...
#include <Libs/vtkITK/vtkITKGrowCut.h>
ITK-based utilities for manipulating connected regions in label maps. Limitation: The filter does not work correctly with input volume that has unsigned long scalar type on Linux and macOS.
Definition at line 37 of file vtkITKGrowCut.h.
◆ Superclass
◆ vtkITKGrowCut()
vtkITKGrowCut::vtkITKGrowCut |
( |
| ) |
|
|
protected |
◆ ~vtkITKGrowCut()
vtkITKGrowCut::~vtkITKGrowCut |
( |
| ) |
|
|
overrideprotected |
◆ ExecuteDataWithInformation()
void vtkITKGrowCut::ExecuteDataWithInformation |
( |
vtkDataObject * | outData, |
|
|
vtkInformation * | outInfo ) |
|
overrideprotected |
◆ FillInputPortInformation()
int vtkITKGrowCut::FillInputPortInformation |
( |
int | port, |
|
|
vtkInformation * | info ) |
|
overrideprotected |
◆ GetClassName()
virtual const char * vtkITKGrowCut::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetDistancePenalty()
virtual double vtkITKGrowCut::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 vtkITKGrowCut::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkITKGrowCut::IsTypeOf |
( |
const char * | type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkITKGrowCut::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ Reset()
void vtkITKGrowCut::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()
static vtkITKGrowCut * vtkITKGrowCut::SafeDownCast |
( |
vtkObject * | o | ) |
|
|
static |
◆ SetDistancePenalty()
void vtkITKGrowCut::SetDistancePenalty |
( |
double | distancePenalty | ) |
|
◆ SetIntensityVolume()
void vtkITKGrowCut::SetIntensityVolume |
( |
vtkImageData * | intensityVolume | ) |
|
|
inline |
◆ SetMaskVolume()
void vtkITKGrowCut::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 54 of file vtkITKGrowCut.h.
◆ SetSeedLabelVolume()
void vtkITKGrowCut::SetSeedLabelVolume |
( |
vtkImageData * | labelImage | ) |
|
|
inline |
◆ DistancePenalty
double vtkITKGrowCut::DistancePenalty { 0.0 } |
|
protected |
The documentation for this class was generated from the following file: