vmtkimagefeatures
Description
compute a feature image for use in segmentation
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 |
featureimagetype | FeatureImageType | str | 1 | ["vtkgradient","gradient","upwind","fwhm"] | gradient | |
dimensionality | Dimensionality | int | 1 | (2,3,1) | 3 | |
sigmoid | SigmoidRemapping | bool | 1 | | 0 | |
derivativesigma | DerivativeSigma | float | 1 | (0.0,) | 0.0 | |
upwindfactor | UpwindFactor | float | 1 | (0.0,1.0) | 1.0 | |
fwhmradius | FWHMRadius | int | 3 | (0,) | [3, 3, 3] | |
fwhmbackgroundvalue | FWHMBackgroundValue | float | 1 | | 0.0 | |
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 |