1 #File clitkImageInterpolate.ggo
2 package "clitkImageInterpolate"
4 purpose "Interpolate an image. You can specify the interpolation, you can apply a Gaussian filter before."
6 option "config" - "Config file" string no
7 option "input1" i "Input image filename" string yes
8 option "input2" j "Input image filename" string yes
9 option "output" o "Output image filename" string yes
10 option "distance" d "Distance (d in [0,1])" float yes
11 option "verbose" v "Verbose" flag off
12 option "interp" - "Interpolation type: {nn, linear}" string no default="nn"
13 #option "order" b "BSpline ordre (range 0-5)" int no default="3"
14 #option "sampling" s "BLUT sampling value" int no default="30"