]> Creatis software - clitk.git/blob - tools/clitkInvertVF.ggo
Add clitkImage2Dicom tool
[clitk.git] / tools / clitkInvertVF.ggo
1 #File clitkInvertVF.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 15 June 16.35 
4
5 package "clitk"
6 version "Read a DVF and invert it using a linear splat to the target, or by subsumpling the input grid and matching it to the output grid"
7
8 option "config"                 -       "Config file"                                                   string          no
9 option "verbose"                v       "Verbose"                                                       flag            off
10 option "threads"                -       "Number of threads (default=min(8, #CPU))"                                                      int             no
11
12 option "input"                  i       "Input VF filename"                                             string          yes
13 option "output"                 o       "Output VF filename"                                            string          yes
14 option "type"                   t       "Type of filter: 0=clitk (fast forward splat using linear kernels), 1=clitk (like 0, but input images are B-Spline coefficients), 2= itk (grid subsumpling with controllable precision)"        int             no      default="0"
15 option "threadSafe"             -       "Clitk: use thread safe algorithm"                              flag            off
16 option "pad"                    p       "Clitk: edge padding value (1 or N number of values!, defautls to zeros)"               double          multiple        no
17 option "sampling"               s       "Itk: subsampling factor"                                       int             no      default="20"
18 option "like"   l "Image whose grid (spacing and size) will be used for output"         string    no