X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkBinarizeImage.ggo;h=3808d33f30967b4e51ba60caeac87ca71771bf2b;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=c99af0fa738f16337211088ed10da8cf5f74ea06;hpb=21799ce0c562ddbbfe00d55309809f2f5066a93b;p=clitk.git diff --git a/tools/clitkBinarizeImage.ggo b/tools/clitkBinarizeImage.ggo index c99af0f..3808d33 100644 --- a/tools/clitkBinarizeImage.ggo +++ b/tools/clitkBinarizeImage.ggo @@ -14,6 +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" +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