1 #File clitkImageStatistics.ggo
2 package "clitkImageStatistics"
4 purpose "Compute statistics on an image, or on part of an image specified by a mask and label(s)"
6 option "config" - "Config file" string no
7 option "verbose" v "Verbose" flag off
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"