]> Creatis software - clitk.git/blob - tools/clitkSetBackground.ggo
Remove sonarQube
[clitk.git] / tools / clitkSetBackground.ggo
1 #File clitkSetBackground.ggo
2 package "clitkSetBackground"
3 version "1.0"
4 purpose ""
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "input"          i       "Input image filename"            string        yes
10 option "output"         o       "Output image filename"           string        yes
11 option "mask"           m       "Mask image filename"             string        yes
12 option "outsideValue"   p       "Outside value"                   double        no      default="0.0"
13 option "maskValue"      l       "Mask value"                      double        no      default="0.0"
14 option "fg"             -       "Foreground mode"                 flag  off