]> Creatis software - clitk.git/blob - tools/clitkMaskOfIntegratedIntensity.ggo
add tool to compute MaskOfIntegratedIntensity
[clitk.git] / tools / clitkMaskOfIntegratedIntensity.ggo
1 #File clitkMaskOfIntegratedIntensity.ggo
2 package "clitkMaskOfIntegratedIntensity"
3 version "1.0"
4 purpose "Compute a mask that represent X% of the total pixels values"
5
6 option "config"          -      "Config file"           string  optional
7 option "verbose"         v  "Verbose"                     flag          off
8 option "imagetypes"  -  "Display allowed image types"     flag          off
9
10 option "input"          i       "Input image filename"            string  required
11 option "output"   o "Output image filename"               string        required
12 option "percentage"                 p   "Percentage of total pixels values (in %)" double required