From: tbaudier Date: Thu, 15 Nov 2018 15:25:10 +0000 (+0100) Subject: Precise the unite of the bounding box for clitkCropImageFilter X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff_plain;h=a1ec529a24b721fcfb2c5725f95bcc2c9125b28d Precise the unite of the bounding box for clitkCropImageFilter --- diff --git a/tools/clitkCropImage.ggo b/tools/clitkCropImage.ggo index a70452d..2ed5ab5 100644 --- a/tools/clitkCropImage.ggo +++ b/tools/clitkCropImage.ggo @@ -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