X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageStatistics.ggo;h=bc7998bf2be05d2ce65a84d23444f4e9c65e4327;hb=69e0d4a169d9b95536a0f45377bdb208814cf89b;hp=bbb127b6fbdd30be1543c55a2b320ebf6c2bd37e;hpb=b96634936966a5da8c3d6ebb72b8954fb53b800a;p=clitk.git diff --git a/tools/clitkImageStatistics.ggo b/tools/clitkImageStatistics.ggo index bbb127b..bc7998b 100644 --- a/tools/clitkImageStatistics.ggo +++ b/tools/clitkImageStatistics.ggo @@ -7,7 +7,7 @@ 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" @@ -15,3 +15,5 @@ option "histogram" - "Compute histogram, allows median calculation" 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" + +option "allow_resize" r "Resize mask if different from input" flag off