X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMath.ggo;h=9a888231e601f1c3b2931da03dd5ba471b3cd52a;hb=aa424793243b9b210a0d009f5cb8031db985549a;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..9a88823 --- 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 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