vmtkimagefeaturecorrection
Description
correct a feature image (e.g. remove influence of bone and/or air from CT-based feature images)
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 feature image |
| ifile | ImageInputFileName | str | 1 | | | filename for the default Image reader |
| levelsets | LevelSets | vtkImageData | 1 | | | the input level sets |
| levelsetsfile | LevelSetsInputFileName | str | 1 | | | filename for the default LevelSets reader |
| sigma | Sigma | float | 1 | (0.0,) | 1.0 | |
| scale | ScaleValue | float | 1 | (0.0,) | 0.02 | |
| scalefrominput | ComputeScaleValueFromInput | bool | 1 | | True | |
| negate | NegateLevelSets | bool | 1 | | False | |
| 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 |