]> Creatis software - clitk.git/blobdiff - tools/clitkImageGradientMagnitude.ggo
added an optional mask + the possibility to get a normalized output image
[clitk.git] / tools / clitkImageGradientMagnitude.ggo
index ae0d84fa2702a87fe4c1b51db0ab58ee2e973e71..4677ac303eba532cfa89e1f493daa36e69fd5e20 100644 (file)
@@ -9,4 +9,6 @@ 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