]> Creatis software - clitk.git/blob - segmentation/clitkConnectedComponentLabeling.ggo
Debug RTStruct conversion with empty struc
[clitk.git] / segmentation / clitkConnectedComponentLabeling.ggo
1 #File clitkConnectedComponentLabeling.ggo
2 package "clitkConnectedComponentLabeling"
3 version "1.0"
4 purpose "Basic segmentation : connected component labeling "
5
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
10
11 section "I/O"
12
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
16
17 section "Labelize"
18
19 option "minSize"     -  "Minimum component size in voxels"        int  no   default="100"
20 option "full"        -  "Full connecticity"                       flag off