]> Creatis software - clitk.git/blobdiff - tools/clitkImageStatistics.ggo
Add possibility to resize/resample mask like input image
[clitk.git] / tools / clitkImageStatistics.ggo
index bbb127b6fbdd30be1543c55a2b320ebf6c2bd37e..d2e55f36572162d451c80567924c92ba610eb68e 100644 (file)
@@ -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