]> Creatis software - clitk.git/blob - tools/clitkHistogramImage.ggo
Add 2 options to clitkImage2Dicom
[clitk.git] / tools / clitkHistogramImage.ggo
1 #File clitkHistogramImage.ggo
2 package "clitkHistogramImage"
3 version "1.0"
4 purpose "Save the histogram of the input image in the output text file"
5
6 option "config"         -       "Config file"                           string  no
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  yes
11 option "output"     o   "Output texte filename"         string  yes
12 option "size"       s   "size of the bin"               double  no
13
14
15