From a1ec529a24b721fcfb2c5725f95bcc2c9125b28d Mon Sep 17 00:00:00 2001 From: tbaudier Date: Thu, 15 Nov 2018 16:25:10 +0100 Subject: [PATCH] Precise the unite of the bounding box for clitkCropImageFilter --- tools/clitkCropImage.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.0