]> Creatis software - clitk.git/blob - tools/clitkLabelImageOverlapMeasure.ggo
GateAsciiImageIO is now cross-platform using itksys::RegularExpression
[clitk.git] / tools / clitkLabelImageOverlapMeasure.ggo
1 #File clitkLabelImageOverlapMeasure.ggo
2 package "clitkLabelImageOverlapMeasure"
3 version "1.0"
4 purpose "Compute Dice and other coefficients between label images"
5
6 section "General options"
7 option "config"         -       "Config file"                     string        no
8 option "verbose"        v       "Verbose"                         flag          off
9 option "imagetypes"     -       "Display allowed image types"     flag          off
10
11 section "Input"
12 option "input1"         i       "Input mask 1"          string          yes
13 option "input2"         j       "Input mask 2"          string          yes
14
15 option "label1"         l       "Label in input1"       int          no      default="1"
16 option "label2"         m       "Label in input2"       int          no      default="1"
17 option "BG"             b       "Background value"      int          no      default="0"
18
19
20
21