]> Creatis software - clitk.git/commitdiff
Precise the unite of the bounding box for clitkCropImageFilter
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 15 Nov 2018 15:25:10 +0000 (16:25 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 15 Nov 2018 15:25:10 +0000 (16:25 +0100)
tools/clitkCropImage.ggo

index a70452dda7c8d650770c799f66d15124905c27a1..2ed5ab5aeec22c0b15ec717fa2482caa507e0692 100644 (file)
@@ -16,7 +16,7 @@ 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 (in 3D: =x1,x2,y1,y2,z1,z2)"  int      no  multiple
+option "boundingBox"           b       "Bounding box of the crop region in pixel (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