]> Creatis software - clitk.git/blob - tools/clitkImageFillRegion.ggo
Initial revision
[clitk.git] / tools / clitkImageFillRegion.ggo
1 #File  clitkImageFillRegion.ggo
2 Package "clitkImageFillRegion"
3 version "1.0"
4 purpose "Fill a region (rectangular or ellipsoide) with a value inside an image."
5
6
7 option "config"    -    "Config file"             string   no
8 option "input"     i    "Input image filename"    string   yes
9 option "output"    o    "Output image filename"   string   yes
10 option "verbose"   v    "Verbose"                 flag     off
11
12 option "rect"      -    "Rectangular region"              flag  off     
13 option "size"      s    "Size of the region (in pixel)"   int multiple no
14 option "start"     b    "Start of the region(in pixel)"   int multiple no
15
16 option "ellips"    -    "Ellipsoide region"             flag off        
17 option "center"    c    "Center of the sphere (in mm), defaults to middle of region"   double multiple no
18 option "axes"      r    "Half axes (in mm) of the ellips, defaults to 10"              double multiple no
19
20 option "value"     p    "Pixel value to fill the region"  double default="0" no