Wand tool implemented using connected threshold.
More...
#include <Libs/vtkITK/vtkITKWandImageFilter.h>
Wand tool implemented using connected threshold.
itk::WandImageFilter WandImageFilter selects all pixels connected to a seed point that are within a specified intensity difference of the seed point.
Definition at line 13 of file vtkITKWandImageFilter.h.
◆ Superclass
◆ vtkITKWandImageFilter()
vtkITKWandImageFilter::vtkITKWandImageFilter |
( |
| ) |
|
|
protected |
◆ ~vtkITKWandImageFilter()
vtkITKWandImageFilter::~vtkITKWandImageFilter |
( |
| ) |
|
|
protected |
◆ GetClassName()
virtual const char* vtkITKWandImageFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetDynamicRangePercentage()
virtual double vtkITKWandImageFilter::GetDynamicRangePercentage |
( |
| ) |
|
|
virtual |
◆ GetSeed() [1/3]
virtual int* vtkITKWandImageFilter::GetSeed |
( |
| ) |
|
|
virtual |
◆ GetSeed() [2/3]
virtual void vtkITKWandImageFilter::GetSeed |
( |
int & |
, |
|
|
int & |
, |
|
|
int & |
|
|
) |
| |
|
virtual |
◆ GetSeed() [3/3]
virtual void vtkITKWandImageFilter::GetSeed |
( |
int |
[3] | ) |
|
|
virtual |
◆ IsA()
virtual int vtkITKWandImageFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkITKWandImageFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkITKWandImageFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SafeDownCast()
◆ SetDynamicRangePercentage()
virtual void vtkITKWandImageFilter::SetDynamicRangePercentage |
( |
double |
| ) |
|
|
virtual |
Set/Get the intensity difference to connect as a function of the dynamic range
◆ SetSeed() [1/2]
virtual void vtkITKWandImageFilter::SetSeed |
( |
int |
[3] | ) |
|
|
virtual |
◆ SetSeed() [2/2]
virtual void vtkITKWandImageFilter::SetSeed |
( |
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
|
virtual |
Methods to set/get seeds. Seeds are specified in IJK (not XYZ).
◆ SimpleExecute()
virtual void vtkITKWandImageFilter::SimpleExecute |
( |
vtkImageData * |
input, |
|
|
vtkImageData * |
output |
|
) |
| |
|
protectedvirtual |
◆ DynamicRangePercentage
double vtkITKWandImageFilter::DynamicRangePercentage |
|
protected |
◆ Seed
int vtkITKWandImageFilter::Seed[3] |
|
protected |
The documentation for this class was generated from the following file: