vmtkimagesmoothing
Description
smooth an image with a Gaussian kernel or anisotropic diffusion
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
| i | Image | vtkImageData | 1 | | | the input image |
| ifile | ImageInputFileName | str | 1 | | | filename for the default Image reader |
| method | Method | str | 1 | ["gauss","anisotropic"] | gauss | |
| sigma | StandardDeviation | float | 1 | (0.0,) | 1.0 | the standard deviation of the Gaussian in real space units (gauss) |
| radiusfactor | RadiusFactor | float | 1 | (0.0,) | 5.0 | the factor specifing the width of the discrete Gaussian kernel (gauss) |
| dimensionality | Dimensionality | int | 1 | (2,3) | 3 | the dimensionality of the Aconvolution (gauss) |
| conductance | Conductance | float | 1 | (0.0,) | 1.0 | anisotropic diffustion coefficients (anisotropic) |
| iterations | NumberOfIterations | int | 1 | (5,) | 5 | number of anisotropic diffusion iterationsl (anisotropic) |
| timestep | TimeStep | float | 1 | (1.0E-16,1.0e16) | 0.0625 | time step of anisotropic diffusion (anisotropic) |
| autocalculatetimestep | AutoCalculateTimeStep | bool | 1 | | 1 | auto calculate minimum time step (anisotropic) |
| ofile | ImageOutputFileName | str | 1 | | | filename for the default Image writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | str | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| o | Image | vtkImageData | 1 | | | the output image |
| timestep | TimeStep | float | 1 | | 0.0625 | |