X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMath.ggo;h=c754f5e90db9714f145b3596bd5a1ffb7cf8a1eb;hb=eac7ed5f56d82ac5aba78e7824808b5eefdae2c0;hp=3006d18e201a88089f453f6bc183d97b0d40f0ce;hpb=84aa70d26f13d3a436a241c1ce1ac554c25f3146;p=clitk.git diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo old mode 100755 new mode 100644 index 3006d18..c754f5e --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -5,27 +5,24 @@ package "clitk" version "Perform standard morphological operations" -option "config" - "Config file" string no - - -section "Run Time" - -option "verbose" v "Verbose" flag off - +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 grid filename" string yes +option "output" o "Output grid 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)" double no multiple default="1" - +option "extend" - "Extend the image size according to radius" flag off