]> Creatis software - clitk.git/blobdiff - tools/clitkBinarizeImage.ggo
With ITK 5, add itkReadRawBytesAfterSwappingMacro and itkWriteRawBytesAfterSwappingMacro
[clitk.git] / tools / clitkBinarizeImage.ggo
index 6f9954882fb0eea73a3f1e47966307b34405f4b5..3808d33f30967b4e51ba60caeac87ca71771bf2b 100644 (file)
@@ -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