]> Creatis software - clitk.git/blob - tools/clitkAffineTransform.ggo
Added --transform_grid which uses input->GetDirection
[clitk.git] / tools / clitkAffineTransform.ggo
1 #File clitkAffineTransform.ggo
2 package "clitkAffineTransform"
3 version "1.0"
4 purpose "Resample with or without affine transform of 2D, 3D, 4D images or vector fields"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 section "I/O"
10 option "input"          i       "Input image filename"            string        yes
11 option "output"         o       "Output image filename"           string        yes
12 option "like"           l       "Resample output this image (size, spacing,origin)"     string  no
13 option "transform_grid" -       "Apply affine transform to input grid for output's"     flag    off
14
15 section "Options"
16 option "size"           -       "New output size if different from input"       int     no      multiple
17 option "spacing"        -       "New output spacing if different from input"    double  no      multiple
18 option "origin"         -       "New output origin if different from input"     double  no      multiple
19 option "matrix"         m       "Affine matrix (homogene) filename"             string  no
20 option "pad"            -       "Edge padding value"                            double  no      default="0.0"
21
22 section "Interpolation"
23 option "interp"         -       "Interpolation: 0=NN, 1=Linear, 2=BSpline, 3=BLUT"      int     no  default="1"
24 option "interpOrder"    -       "Order if BLUT or BSpline (0-5)"                        int     no  default="3"
25 option "interpSF"       -       "Sampling factor if BLUT"                               int     no  default="20"
26 option "interpVF"       -       "Interpolation: 0=NN, 1=Linear, 2=BSpline, 3=BLUT"      int     no  default="1"
27 option "interpVFOrder"  -       "Order if BLUT or BSpline (0-5)"                        int     no  default="3"
28 option "interpVFSF"     -       "Sampling factor if BLUT"                               int     no  default="20"
29
30
31
32