]> Creatis software - clitk.git/blob - tools/clitkAnisotropicDiffusion.ggo
close #59 #58 Change clitkAffineTransform --transform_grid
[clitk.git] / tools / clitkAnisotropicDiffusion.ggo
1 #File clitkAnisotropicDiffusion.ggo
2 package "clitkAnisotropicDiffusion"
3 version "1.0"
4 purpose "Performs gradient or curvature anisotropic diffusion filtering"
5
6 option "config"     - "Config file"                 string no
7 option "verbose"    v "Verbose"                     flag   off
8 option "imagetypes" - "Display allowed image types" flag   off
9
10 option "input"       i "Input image filename"    string                             yes
11 option "output"      o "Output image filename"   string                             yes
12 option "type"        - "Type of filtering"       values="Gradient","Curvature" enum no default="Gradient"
13 option "niterations" n "Number of iterations"    int                                no default="5"
14 option "conductance" c "Conductance"             double                             no default="3"
15 option "timestep"    t "Time step"               double                             no default="0.01"