1 #File clitkConnectedComponentLabeling.ggo
2 package "clitkConnectedComponentLabeling"
4 purpose "Basic segmentation : connected component labeling "
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
8 option "imagetypes" - "Display allowed image types" flag off
9 option "verboseOption" - "Display options values" flag off
13 option "input" i "Input image filename" string yes
14 option "inputBG" - "Input Background" int default="0" no
15 option "output" o "Output filename" string yes
19 option "minSize" - "Minimum component size in voxels" int no default="100"
20 option "full" - "Full connecticity" flag off