vmtkimagesmoothing
Description
smooth an image with a Gaussian kernel
Input arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 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 |
| sigma | StandardDeviation | float | 1 | (0.0,) | 1.0 | the standard deviation of the Gaussian in real space units |
| radiusfactor | RadiusFactor | float | 1 | (0.0,) | 5.0 | the factor specifing the width of the discrete Gaussian kernel |
| dimensionality | Dimensionality | int | 1 | (2,3) | 3 | the dimensionality of the convolution |
| ofile | ImageOutputFileName | str | 1 | | | filename for the default Image writer |
Output arguments
| Argument | Variable | Type | Length | Range | Default | Description |
| id | Id | int | 1 | | 0 | script id |
| handle | Self | self | 1 | | | handle to self |
| o | Image | vtkImageData | 1 | | | the output image |