1 #File clitkImageFillRegion.ggo
2 package "clitkImageFillRegion"
4 purpose "Fill a region (rectangular or ellipsoide) with a value inside an image."
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
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
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
20 option "value" p "Pixel value to fill the region" double default="0" no