]> Creatis software - clitk.git/blob - segmentation/clitkBinarizeImage.ggo
*** empty log message ***
[clitk.git] / segmentation / clitkBinarizeImage.ggo
1 #File clitkBinarizeImage.ggo
2 Package "clitkBinarizeImage"
3 version "1.0"
4 purpose "Binarize an image using a lower and/or upper threshold, and by specifying inside and outside values"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11 option "lower"          l       "Lower intensity (default=min)"   double        no
12 option "upper"          u       "Upper intensity (default=max)"   double        no
13 option "inside"         -       "Inside value"                    double        no      default="1"
14 option "outside"        -       "Outside value"                   double        no      default="0"