]> Creatis software - clitk.git/blob - segmentation/clitkMorphoMath.ggo
change 'Package' to 'package' (do not compile on certain gengetopt)
[clitk.git] / segmentation / clitkMorphoMath.ggo
1 #File clitkMorphoMath.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 28 April 2009 16.35 
4
5 package "clitk"
6 version "Perform standard morphological operations"
7
8 option "config"                 -       "Config file"                     string        no
9
10
11 section "Run Time"
12
13 option "verbose"        v       "Verbose"                       flag            off
14
15
16 section "Input"
17
18 option "input"          i       "Input grid filename"             string        yes
19 option "output"         o       "Output grid filename"            string        yes
20
21
22 section "Processing Parameters"
23
24 option "type"           t       "0=Erode, 1=Dilate, 2=Close (erode(dilate(x))), 3=Open (dilate(erode(x)))"      int             no      default="0"
25 option "fg"             -       "Foreground value"                                                              float           no      default="1"                     
26 option "bg"             -       "Background value (0,1,3: filling value)"                                       float           no      default="0"             
27 option "bound"          b       "0-1: Set borders to foreground/ 2:safe borders "                               flag            off 
28 option "radius"         r       "Use binary ball element with given radius"                                     int             no      multiple        default="1"             
29
30
31