From: dsarrut Date: Mon, 1 Feb 2010 13:16:48 +0000 (+0000) Subject: - binarize tool X-Git-Tag: v1.2.0~847 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a63bc9c086c0fffc436fb99f42ac1ab8f03ccb01;p=clitk.git - binarize tool --- diff --git a/filters/clitkBinarizeImage.ggo b/filters/clitkBinarizeImage.ggo index becf917..41701b6 100644 --- a/filters/clitkBinarizeImage.ggo +++ b/filters/clitkBinarizeImage.ggo @@ -6,9 +6,14 @@ 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 "fg" - "Foreground (FG) value" double no default="1" +option "bg" - "Background (BG) value" double no default="0" +option "setBG" - "No FG, keep values from input" flag off +option "setFG" - "No BG, keep values from input" flag off +