]> Creatis software - clitk.git/blob - tools/clitkImageStatistics.ggo
863dfbd2319364036fa1e30fe9e337f441eab8bf
[clitk.git] / tools / clitkImageStatistics.ggo
1 #File clitkImageStatistics.ggo
2 package "clitkImageStatistics"
3 version "1.0"
4 purpose "Compute statistics on an image, or on part of an image specified by a mask and label(s)"
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 "mask"           m       "Mask image filename (uchar)"             string        no
11 option "label"          l       "Label(s) in the mask image to consider"        int     no      multiple        default="1"
12 option "histogram"      -       "Compute histogram, allows median calculation"  string  no
13 option "bins"           -       "Number of histogram bins"                      int     no      default="100"
14 option "lower"          -       "Lower histogram bound" double  no default="-1000"      
15 option "upper"          -       "Upper histogram bound" double  no default="1000"