1 #File clitkMorphoMath.ggo
2 #Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
3 #Date : Tue 28 April 2009 16.35
6 version "Perform standard morphological operations"
8 option "config" - "Config file" string no
13 option "verbose" v "Verbose" flag off
18 option "input" i "Input grid filename" string yes
19 option "output" o "Output grid filename" string yes
22 section "Processing Parameters"
24 option "type" t "0=Erode, 1=Dilate, 2=Close (erode(dilate(x))), 3=Open (dilate(erode(x)))" int no default="0"
25 option "fg" - "Foreground value" float no default="1"
26 option "bg" - "Background value (0,1,3: filling value)" float no default="0"
27 option "bound" b "0-1: Set borders to foreground/ 2:safe borders " flag off
28 option "radius" r "Use binary ball element with given radius" int no multiple default="1"