]> Creatis software - clitk.git/blobdiff - tools/clitkImageStatistics.ggo
Merge branch 'master' into wipe
[clitk.git] / tools / clitkImageStatistics.ggo
index d2e55f36572162d451c80567924c92ba610eb68e..7e28e42c6a0f73c280cafcfc21f9ff9afc449298 100644 (file)
@@ -7,11 +7,12 @@ purpose "Compute statistics on an image, or on part of an image specified by a m
 option "config"                -       "Config file"                     string        no
 option "verbose"       v       "Verbose"                         flag          off
 
-option "input"         i       "Input image filename"            string        yes multiple
+option "input"         i       "Input image filename"            string        no multiple
 option "channel"    c "Image channel to be used in statistics (-1 to process all channels)"  int no default="-1"
 option "mask"          m       "Mask image filename (uchar)"             string        no
 option "label"         l       "Label(s) in the mask image to consider"        int     no      multiple        default="1"
 option "histogram"     -       "Compute histogram, allows median calculation"  string  no
+option "dvhistogram" - "Compute dose volume histogram" string  no
 option "bins"          -       "Number of histogram bins"                      int     no      default="100"
 option "lower"         -       "Lower histogram bound" double  no default="-1000"      
 option "upper"         -       "Upper histogram bound" double  no default="1000"