X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageGradientMagnitude.ggo;h=3863262dc5ca6deab29e3c59647e422031d8831d;hb=d2264227eb56300989795b8fd305cc3e1cfbe081;hp=4677ac303eba532cfa89e1f493daa36e69fd5e20;hpb=8b5dadbe47d0e7e314313055b1b1bc165109d322;p=clitk.git diff --git a/tools/clitkImageGradientMagnitude.ggo b/tools/clitkImageGradientMagnitude.ggo index 4677ac3..3863262 100644 --- a/tools/clitkImageGradientMagnitude.ggo +++ b/tools/clitkImageGradientMagnitude.ggo @@ -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 @@ -12,3 +12,4 @@ 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" flag off