From a63bc9c086c0fffc436fb99f42ac1ab8f03ccb01 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Mon, 1 Feb 2010 13:16:48 +0000 Subject: [PATCH] - binarize tool --- filters/clitkBinarizeImage.ggo | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 + -- 2.47.1