X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMath.ggo;h=9a888231e601f1c3b2931da03dd5ba471b3cd52a;hb=a1ec529a24b721fcfb2c5725f95bcc2c9125b28d;hp=c672604d1f5c2868466310d71c846b7bc69b397b;hpb=2f5b335da5621bdfc86cb594cc667d0929f4d8e3;p=clitk.git diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo old mode 100755 new mode 100644 index c672604..9a88823 --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -2,30 +2,27 @@ #Author: Jef Vandemeulebroucke #Date : Tue 28 April 2009 16.35 -Package "clitk" -Version "Morphological operations" - -option "config" - "Config file" string no - - -section "Run Time" - -option "verbose" v "Verbose" flag off +package "clitk" +version "Perform standard morphological operations" +option "config" - "Config file" string no +option "verbose" v "Verbose" flag off +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" -option "type" t "0=Erode, 1=Dilate, 2=Close (erode(dilate(x))), 3=Open (dilate(erode(x)))" int no default="0" +option "type" t "0=Erode, 1=Dilate, 2=Close (erode(dilate(x))), 3=Open (dilate(erode(x))), 4=CondErode, 5=CondDilate" int no default="0" 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), you can give one radius by dimension" double no multiple default="1" - +option "extend" - "Extend the image size according to radius" flag off