X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMath.ggo;h=9a888231e601f1c3b2931da03dd5ba471b3cd52a;hb=7d4e77191e55f668f316ba3ddf0fddb63e59bd25;hp=c754f5e90db9714f145b3596bd5a1ffb7cf8a1eb;hpb=01efc03d2d7e88c82197f8f500239573c8b67c39;p=clitk.git diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo index c754f5e..9a88823 100644 --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -11,8 +11,8 @@ option "imagetypes" - "Display allowed image types" flag off section "Input" -option "input" i "Input grid filename" string yes -option "output" o "Output grid filename" string yes +option "input" i "Input image filename" string yes +option "output" o "Output image filename" string yes section "Processing Parameters" @@ -22,7 +22,7 @@ option "fg" - "Foreground value" float no default="1" option "bg" - "Background value (0,1,3: filling value)" float no default="0" option "bound" b "0-1: Set borders to foreground/ 2:safe borders " flag off option "radius" r "Use binary ball element with given radius" int no multiple default="1" -option "radiusInMM" m "Use binary ball element with given radius in mm (rounded to nearest voxel value)" double no multiple default="1" +option "radiusInMM" m "Use binary ball element with given radius in mm (rounded to nearest voxel value), you can give one radius by dimension" double no multiple default="1" option "extend" - "Extend the image size according to radius" flag off