]> Creatis software - clitk.git/blobdiff - filters/clitkBinarizeImage.ggo
More MSVC stuff
[clitk.git] / filters / clitkBinarizeImage.ggo
index 5e56844fb57fde676a1e3b8c31f0b1b6495b2255..9f655b660360837b73df2b421b388fe5d7bb9ec8 100644 (file)
@@ -15,5 +15,5 @@ option "upper"        u       "Upper intensity (default=max), fg is lower than this va
 
 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
+option "mode"          -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  default="both" no
+