]> Creatis software - clitk.git/blobdiff - filters/clitkBinarizeImage.ggo
Minor corrections for compiling with VC++
[clitk.git] / filters / clitkBinarizeImage.ggo
index 41701b60fe9639ac08a18a5449f434540ecd8df6..5e56844fb57fde676a1e3b8c31f0b1b6495b2255 100644 (file)
@@ -1,5 +1,5 @@
 #File clitkBinarizeImage.ggo
-Package "clitkBinarizeImage"
+package "clitkBinarizeImage"
 version "1.0"
 purpose ""
 
@@ -10,10 +10,10 @@ option "imagetypes"         -       "Display allowed image types"     flag          off
 
 option "input"         i       "Input image filename"            string        yes
 option "output"        o       "Output image filename"           string        yes
-option "lower"         l       "Lower intensity (default=min)"   double        no
-option "upper"         u       "Upper intensity (default=max)"   double        no
-option "fg"                    -       "Foreground (FG) value"           double        no      default="1"
-option "bg"                    -       "Background (BG) value"           double        no      default="0"
-option "setBG"                 -       "No FG, keep values from input"   flag          off
-option "setFG"                 -       "No BG, keep values from input"   flag          off
+option "lower"         l       "Lower intensity (default=min), fg is greater than this value"    double        no
+option "upper"         u       "Upper intensity (default=max), fg is lower than this value"      double        no
 
+option "fg"                    -       "Foreground (FG) or 'inside' value"               double        no      default="1"
+option "bg"                    -       "Background (BG) or 'ouside' value"               double        no      default="0"
+option "useFG"                 -       "Use FG value (if not keep values from input)"    flag          off
+option "useBG"                 -       "Use BG value (if not keep values from input)"    flag          off