X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=filters%2FclitkBinarizeImage.ggo;h=9f655b660360837b73df2b421b388fe5d7bb9ec8;hb=cc1685b591796baaed0e3c9327cb83a218347b27;hp=5e56844fb57fde676a1e3b8c31f0b1b6495b2255;hpb=2b7d488baad476881e322f58ceab4669ebe961f9;p=clitk.git diff --git a/filters/clitkBinarizeImage.ggo b/filters/clitkBinarizeImage.ggo index 5e56844..9f655b6 100644 --- a/filters/clitkBinarizeImage.ggo +++ b/filters/clitkBinarizeImage.ggo @@ -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 +