X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=filters%2FclitkBinarizeImage.ggo;h=6f9954882fb0eea73a3f1e47966307b34405f4b5;hb=c18059db4f507fd31b5898667f57eced7d48c5f7;hp=9f655b660360837b73df2b421b388fe5d7bb9ec8;hpb=cf5d06f41440fd7f41748aea480b2b18deaa1bc6;p=clitk.git diff --git a/filters/clitkBinarizeImage.ggo b/filters/clitkBinarizeImage.ggo index 9f655b6..6f99548 100644 --- a/filters/clitkBinarizeImage.ggo +++ b/filters/clitkBinarizeImage.ggo @@ -5,7 +5,6 @@ purpose "" option "config" - "Config file" string no option "verbose" v "Verbose" flag off - option "imagetypes" - "Display allowed image types" flag off option "input" i "Input image filename" string yes @@ -15,5 +14,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 "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 +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" required