]> Creatis software - clitk.git/blob - tools/clitkImageWarp.ggo
COMP: fix compilation errors for ITKv5
[clitk.git] / tools / clitkImageWarp.ggo
1 #File clitkImageWarp.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 13 August 19.35 
4
5 package "clitk"
6 version "Read an Image (short, char or float; 2D or 3D) and a vector field (float, 2D or 3D) and deform the input through backward or forward mapping."
7
8 option "config"                 -       "Config file"                                                                   string          no
9 option "verbose"                v       "Verbose"                                                                       flag            off
10 option "input"                  i       "Input image filename"                                                          string          yes
11 option "output"                 o       "Output image filename"                                                         string          yes
12 option "vf"                     -       "Vector field filename"                                                         string          yes
13 option "forward"                f       "Use forward warping (only linear interp)"      flag            off
14 option "spacing"                s       "The output spacing: 0=like the VF, 1= like the input image (linear interpolation of the VF prior to warp)"     int             no      default="0"
15 option "interp"                 -       "Type of interpolation used for the warping: 0=nearest neighbor, 1= linear, 2= cubic Bspline" int  no   default="1"
16 option "pad"                    -       "Edge padding value" float  no  default="0.0"