]> Creatis software - clitk.git/blob - tools/clitkBinarizeImage.ggo
- binarize filter
[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 "imagetypes"     -       "Verbose available image type"    flag          off
8 option "verbose"        v       "Verbose"                         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)"   double        no
13 option "upper"          u       "Upper intensity (default=max)"   double        no
14 option "inside"         -       "Inside value"                    double        no      default="1"
15 option "outside"        -       "Outside value"                   double        no      default="0"