]> Creatis software - clitk.git/blobdiff - tools/clitkImageGradientMagnitude.ggo
Change header includion from .h to .cxx file
[clitk.git] / tools / clitkImageGradientMagnitude.ggo
index ae0d84fa2702a87fe4c1b51db0ab58ee2e973e71..90c207396bb315e4313bc576c0651841a9bd1d78 100644 (file)
@@ -1,7 +1,7 @@
 #File clitkImageGradientMagnitude.ggo
 package "clitkImageGradientMagnitude"
 version "1.0"
-purpose ""
+purpose "Compute the gradient magnitude of the input image"
 
 option "config"                -       "Config file"                     string        optional
 option "verbose"       v       "Verbose"                         flag          off
@@ -9,4 +9,7 @@ option "verbose"        v       "Verbose"                         flag          off
 option "imagetypes"    -       "Display allowed image types"     flag          off
 
 option "input"         i       "Input image filename"            string        required
+option "mask"          m       "Mask input image filename"       string        optional
 option "output"        o       "Output image filename"           string        required
+option "normalize"      n       "Normalize the output image between 0 and 1"    flag off
+option "gaussian_filter" g      "Gaussian filtering - default sigma value=1.0"              flag          off