]> Creatis software - clitk.git/blob - registration/clitkBSplinePyramid.ggo
Merge branch 'master' of /home/dsarrut/clitk3.server
[clitk.git] / registration / clitkBSplinePyramid.ggo
1 #File clitkBSplinePyramid.ggo
2 package "clitkBSplinePyramid"
3 version "1.0"
4 purpose "Down (or Up) sample with a  factor 2 using Bspline pyramids. BSplineDownsampleImageFilter is BUGGED! See the ITK post of jvdmb@hotmail.com."
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11
12
13 option "up"             u       "Upsample instead of downsample"                  flag  off
14 option "resamplerType"  t       "The type of B-spline resampler used: 0=resampler, 1=L2, 2=centered, 3=L2 centered"     int     no      default="0"
15 option "splineOrder"    -       "Spline order"  int     no      default="3"