Apply a sigmoid function to every voxel of an image.
More...
#include <vtkvmtkLevelSetSigmoidFilter.h>
Apply a sigmoid function to every voxel of an image.
- Date
- 2006/04/06 16:47:48
- Revision
- 1.4
This is primarily used in feature image correction (see http://www.vmtk.org/tutorials/ImageFeatureCorrection.html for details).
Definition at line 35 of file vtkvmtkLevelSetSigmoidFilter.h.
◆ Superclass
◆ vtkvmtkLevelSetSigmoidFilter()
vtkvmtkLevelSetSigmoidFilter::vtkvmtkLevelSetSigmoidFilter |
( |
| ) |
|
|
protected |
◆ ~vtkvmtkLevelSetSigmoidFilter()
vtkvmtkLevelSetSigmoidFilter::~vtkvmtkLevelSetSigmoidFilter |
( |
| ) |
|
|
protected |
◆ IsTypeOf()
static int vtkvmtkLevelSetSigmoidFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkLevelSetSigmoidFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkLevelSetSigmoidFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
void vtkvmtkLevelSetSigmoidFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ New()
◆ SetLevelSetsImage()
virtual void vtkvmtkLevelSetSigmoidFilter::SetLevelSetsImage |
( |
vtkImageData * |
| ) |
|
|
virtual |
◆ GetLevelSetsImage()
virtual vtkImageData* vtkvmtkLevelSetSigmoidFilter::GetLevelSetsImage |
( |
| ) |
|
|
virtual |
◆ SetSigma()
virtual void vtkvmtkLevelSetSigmoidFilter::SetSigma |
( |
double |
| ) |
|
|
virtual |
◆ GetSigma()
virtual double vtkvmtkLevelSetSigmoidFilter::GetSigma |
( |
| ) |
|
|
virtual |
◆ SetScaleValue()
virtual void vtkvmtkLevelSetSigmoidFilter::SetScaleValue |
( |
double |
| ) |
|
|
virtual |
Set/Get the Scalevalue of the sigmoind function. This determines the height of the sigmoid.
◆ GetScaleValue()
virtual double vtkvmtkLevelSetSigmoidFilter::GetScaleValue |
( |
| ) |
|
|
virtual |
Set/Get the Scalevalue of the sigmoind function. This determines the height of the sigmoid.
◆ SetComputeScaleValueFromInput()
virtual void vtkvmtkLevelSetSigmoidFilter::SetComputeScaleValueFromInput |
( |
int |
| ) |
|
|
virtual |
Set/Get The the ComputeScaleValueFromInput option. When enabled, vmtkimagefeaturecorrection computes the mean value from the featureimage and uses this value to set the height of the sigmoid function instead of the value given to the option scalevalue.
◆ GetComputeScaleValueFromInput()
virtual int vtkvmtkLevelSetSigmoidFilter::GetComputeScaleValueFromInput |
( |
| ) |
|
|
virtual |
Set/Get The the ComputeScaleValueFromInput option. When enabled, vmtkimagefeaturecorrection computes the mean value from the featureimage and uses this value to set the height of the sigmoid function instead of the value given to the option scalevalue.
◆ ComputeScaleValueFromInputOn()
virtual void vtkvmtkLevelSetSigmoidFilter::ComputeScaleValueFromInputOn |
( |
| ) |
|
|
virtual |
Set/Get The the ComputeScaleValueFromInput option. When enabled, vmtkimagefeaturecorrection computes the mean value from the featureimage and uses this value to set the height of the sigmoid function instead of the value given to the option scalevalue.
◆ ComputeScaleValueFromInputOff()
virtual void vtkvmtkLevelSetSigmoidFilter::ComputeScaleValueFromInputOff |
( |
| ) |
|
|
virtual |
Set/Get The the ComputeScaleValueFromInput option. When enabled, vmtkimagefeaturecorrection computes the mean value from the featureimage and uses this value to set the height of the sigmoid function instead of the value given to the option scalevalue.
◆ SimpleExecute()
virtual void vtkvmtkLevelSetSigmoidFilter::SimpleExecute |
( |
vtkImageData * |
input, |
|
|
vtkImageData * |
output |
|
) |
| |
|
protectedvirtual |
◆ LevelSetsImage
vtkImageData* vtkvmtkLevelSetSigmoidFilter::LevelSetsImage |
|
protected |
◆ Sigma
double vtkvmtkLevelSetSigmoidFilter::Sigma |
|
protected |
◆ ScaleValue
double vtkvmtkLevelSetSigmoidFilter::ScaleValue |
|
protected |
◆ ComputeScaleValueFromInput
int vtkvmtkLevelSetSigmoidFilter::ComputeScaleValueFromInput |
|
protected |
The documentation for this class was generated from the following file: