X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkPadImage.ggo;h=90d0b7e4669e3c9e028465e1ad6be20aca982ccc;hb=ba7eb37f66c14a90fe67ac035ecf9d8bc70fef1a;hp=59c1f98744464cbe7c27ab4d428d0eb5b688a859;hpb=4e01ca1a00455f4bacc778aca446bbdf2bc1c74d;p=clitk.git diff --git a/tools/clitkPadImage.ggo b/tools/clitkPadImage.ggo index 59c1f98..90d0b7e 100644 --- a/tools/clitkPadImage.ggo +++ b/tools/clitkPadImage.ggo @@ -1,7 +1,7 @@ -#File clitkCropImage.ggo -package "clitkCropImage" +#File clitkPadImage.ggo +package "clitkPadImage" version "1.0" -purpose "Crop an image according to a given extends or AutoCrop with a background value or like another image" +purpose "Pad an image according to a given extends or like another image" option "config" - "Config file" string no option "verbose" v "Verbose" flag off @@ -11,15 +11,16 @@ section "I/O" option "input" i "Input image filename" string yes option "output" o "Output image filename" string yes -section "Used determined crop" -option "lower" l "Size of the lower crop region (multiple values)" int no multiple -option "upper" u "Size of the upper crop region (multiple values)" int no multiple +section "Used determined padding" +option "lower" l "Size of the lower bound padding (multiple values=number of image dimension)" int no multiple +option "upper" u "Size of the upper bound padding (multiple values=number of image dimension)" int no multiple -section "Crop like another image" -option "like" - "Crop like this image (must have the same spacing" string no + +section "Pad like another image" +option "like" - "Pad like this image (must have the same spacing and bounding box must be larger)" string no section "Extra parameters" -option "value" - "Value to be set in padded aread" float default="0" no +option "value" - "Value to be set in padded area" float default="0" no