]> Creatis software - clitk.git/blob - registration/clitkMultiResolutionPyramid.ggo
itk4 migration
[clitk.git] / registration / clitkMultiResolutionPyramid.ggo
1 #File clitkMultiResolutionPyramid.ggo
2 package "clitkMultiResolutionPyramid"
3 version "1.0"
4 purpose "Compute the multi-resolution (MR) image pyramid. The conventional filter will also modify the image at the original resolution, the recursive not. The spatio-temporal filters leave the last dimension untouched."
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 section "IO"
10 option "input"          i       "Input image filename"            string        yes
11 option "output"         o       "Output image (level) filenames"  string        yes multiple
12
13 section "Pyramid"
14 option "type"           t       "0=MR, 1= recursive MR, 2=spatio-temporal MR, 3 recursive spatio-temporal MR"   int     no      default="0"     
15 option "levels"         l       "Number of resolution levels"                                                   int     no      default="2"
16
17
18