X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageGradientMagnitude.ggo;h=90c207396bb315e4313bc576c0651841a9bd1d78;hb=b35856bdd1f55ef597d2a761597f58504b076c6b;hp=ae0d84fa2702a87fe4c1b51db0ab58ee2e973e71;hpb=2ed7351efcabad975289d52c404d5d1c6987e5e1;p=clitk.git diff --git a/tools/clitkImageGradientMagnitude.ggo b/tools/clitkImageGradientMagnitude.ggo index ae0d84f..90c2073 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 @@ -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