]> Creatis software - clitk.git/blob - filters/clitkBinarizeImage.ggo
- binarize tool
[clitk.git] / filters / 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
9 option "imagetypes"     -       "Display allowed image types"     flag          off
10
11 option "input"          i       "Input image filename"            string        yes
12 option "output"         o       "Output image filename"           string        yes
13 option "lower"          l       "Lower intensity (default=min)"   double        no
14 option "upper"          u       "Upper intensity (default=max)"   double        no
15 option "fg"             -       "Foreground (FG) value"           double        no      default="1"
16 option "bg"             -       "Background (BG) value"           double        no      default="0"
17 option "setBG"          -       "No FG, keep values from input"   flag          off
18 option "setFG"          -       "No BG, keep values from input"   flag          off
19