]> Creatis software - clitk.git/blob - segmentation/clitkFillImageRegion.ggo
469df5b485bbe4c67125e6eb6bf4f92d6054c6a2
[clitk.git] / segmentation / clitkFillImageRegion.ggo
1 #File clitkFillImageRegion.ggo
2 package "clitkFillImageRegion"
3 version "1.0"
4 purpose ""
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 option "shape"          s       "Region shape: 0=rectangular, 1=ellipsoide"     int     no      default="0"
12 option "size"           -       "Rectangular: size of the region (voxels)"      int     no      multiple        default="10"
13 option "index"          -       "Rectangular: start index of the region (voxels)"       int     no              multiple        default="0"
14 option "center"         c       "Ellipsoide: center of the ellips (mm, defaults to the middle of the image)"    double  no multiple
15 option "offset"         -       "Ellipsoide: offset of the middle of the ellips wrt center (mm)"                        double  no multiple
16 option "axes"           a       "Half axes of ellips (mm)"                                                              double  no multiple default="10.0"
17 option "value"          p       "Padding value for the region"                                                  double  no default="0.0"