X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkBinarizeImage.ggo;h=3808d33f30967b4e51ba60caeac87ca71771bf2b;hb=d9c8c6e6c759655fc24d05d47b962d2ba574b95d;hp=6f9954882fb0eea73a3f1e47966307b34405f4b5;hpb=15784e384cd2d74c0ffa4ed54e1d4c0ecfb2a1bd;p=clitk.git diff --git a/tools/clitkBinarizeImage.ggo b/tools/clitkBinarizeImage.ggo index 6f99548..3808d33 100644 --- a/tools/clitkBinarizeImage.ggo +++ b/tools/clitkBinarizeImage.ggo @@ -14,5 +14,7 @@ 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" required +option "mode" - "Use FG and/or BG values (if FG, the BG is replaced by the input image values)" values="FG","BG","both" no default="both" + +option "percentage" p "Percentage of total pixels values (in %)" double no