X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=filters%2FclitkBinarizeImage.ggo;h=9f655b660360837b73df2b421b388fe5d7bb9ec8;hb=8973673f3f984656ec3552b5d963ba7b18119d39;hp=becf9176f7e7eec888e34043609ba78c2bff09e8;hpb=62e27d7c139840bc8c62eff63792b6b765a10da2;p=clitk.git diff --git a/filters/clitkBinarizeImage.ggo b/filters/clitkBinarizeImage.ggo index becf917..9f655b6 100644 --- a/filters/clitkBinarizeImage.ggo +++ b/filters/clitkBinarizeImage.ggo @@ -1,14 +1,19 @@ #File clitkBinarizeImage.ggo -Package "clitkBinarizeImage" +package "clitkBinarizeImage" version "1.0" 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 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 "inside" - "Inside value" double no default="1" -option "outside" - "Outside value" double no default="0" +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 "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 +