From: Simon Rit Date: Tue, 5 Mar 2013 14:43:37 +0000 (+0100) Subject: mode is not mandatory since a default value is provided X-Git-Tag: v1.4.0~241^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=78616ba72923cbf15fe81ddbec0792e9c7d20ef9;p=clitk.git mode is not mandatory since a default value is provided --- diff --git a/tools/clitkBinarizeImage.ggo b/tools/clitkBinarizeImage.ggo index c99af0f..dfc37b8 100644 --- a/tools/clitkBinarizeImage.ggo +++ b/tools/clitkBinarizeImage.ggo @@ -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"