]> Creatis software - clitk.git/blob - tools/clitkBinarizeImage.ggo
cosmetic for .ggo
[clitk.git] / tools / clitkBinarizeImage.ggo
1 #File clitkBinarizeImage.ggo
2 package "clitkBinarizeImage"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8 option "imagetypes"     -       "Display allowed image types"     flag          off
9
10 option "input"          i       "Input image filename"            string        yes
11 option "output"         o       "Output image filename"           string        yes
12 option "lower"          l       "Lower intensity (default=min), fg is greater than this value"    double        no
13 option "upper"          u       "Upper intensity (default=max), fg is lower than this value"      double        no
14
15 option "fg"             -       "Foreground (FG) or 'inside' value"               double        no      default="1"
16 option "bg"             -       "Background (BG) or 'ouside' value"               double        no      default="0"
17 option "mode"           -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  no default="both"
18
19
20 option "percentage"                 p   "Percentage of total pixels values (in %)" double no