]> Creatis software - clitk.git/commitdiff
mode is not mandatory since a default value is provided
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 5 Mar 2013 14:43:37 +0000 (15:43 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 5 Mar 2013 14:43:37 +0000 (15:43 +0100)
tools/clitkBinarizeImage.ggo

index c99af0fa738f16337211088ed10da8cf5f74ea06..dfc37b8021555f843eb454afaa9c29e01b1f8ee2 100644 (file)
@@ -14,6 +14,6 @@ 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 "mode"          -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  default="both"
+option "mode"          -       "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both"  no default="both"