]> Creatis software - clitk.git/blobdiff - tools/clitkCropImage.ggo
Order stations, remove debug, correct structures names
[clitk.git] / tools / clitkCropImage.ggo
old mode 100755 (executable)
new mode 100644 (file)
index 01a19b3..a674f8b
@@ -15,9 +15,9 @@ option "input"                i       "Input image filename"            string        yes
 option "output"        o       "Output image filename"           string        yes
 
 section "Used determined crop"
-option "boundingBox"           b       "Bounding box of the crop region" int   no  multiple
-option "lower"         l       "Size of the lower crop region"   int   no  multiple
-option "upper"         u       "Size of the upper crop region"   int   no  multiple
+option "boundingBox"           b       "Bounding box of the crop region (in 3D: =x1,x2,y1,y2,z1,z2)"  int      no  multiple
+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
 option "origin"        -       "Set new origin to zero"          flag  off  
 
 section "AutoCrop with BG value"
@@ -25,6 +25,8 @@ option "BG"           -       "Background value in input."      double default="0" no
 
 section "Crop like another image"
 option "like"          -       "Crop like this image (must have the same spacing"   string no
+option "BGLike"                -       "Background value in output (if like larger)"        double default="0" no
+