]> Creatis software - clitk.git/blob - tools/clitkUnsharpMask.ggo
Add clitkImage2Dicom tool
[clitk.git] / tools / clitkUnsharpMask.ggo
1 #File clitkUnsharpMask.ggo
2 package "clitkUnsharpMask"
3 version "1.0"
4 purpose "Image sharpening technique. It computes Image - blurred(Image). Here blurred(Image) is the output of a gaussian filtering with a sigma measured in world coordinates"
5
6 option "config"         -       "Config file"                     string        no
7 option "verbose"        v       "Verbose"                         flag          off
8
9 option "imagetypes"     -       "Display allowed image types"     flag          off
10
11 option "input"          i       "Input image filename"            string        yes
12 option "output"         o       "Output image filename"           string        yes
13 option "sigma"          s       "Sigma of the gaussian"           double        required