]> Creatis software - clitk.git/blob - tools/clitkDice.ggo
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkDice.ggo
1 #File clitkDice.ggo
2 package "clitkDice"
3 version "1.0"
4 purpose "Compute Dice between labeled images. Background must be 0."
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 option "long"           l       "Long display (not only dice)"    flag          off
11
12 section "Input"
13 option "input1"         i       "Input mask 1"          string          yes
14 option "input2"         j       "Input mask 2"          string          yes
15
16 option "label1"         -       "Label in input1"       int          no      default="1"
17 option "label2"         -       "Label in input2"       int          no      default="1"