X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageLaplacian.ggo;h=43b70d16bd9b694941e9ab5494e2d45e37d1c08f;hb=5578995d9a82792833333eeb3dd5c8ecac967293;hp=f97ef9b2957ad5f41753b67a5b4a70de050fbc61;hpb=a722c4a8807004f88add4554b400e608ec65c92c;p=clitk.git diff --git a/tools/clitkImageLaplacian.ggo b/tools/clitkImageLaplacian.ggo index f97ef9b..43b70d1 100644 --- a/tools/clitkImageLaplacian.ggo +++ b/tools/clitkImageLaplacian.ggo @@ -1,7 +1,7 @@ #File clitkImageLaplacian.ggo package "clitkImageLaplacian" version "1.0" -purpose "" +purpose "Compute the laplacian of the input image" option "config" - "Config file" string optional option "verbose" v "Verbose" flag off @@ -12,4 +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 on +option "gaussian_filter" g "Gaussian filtering - default sigma value=1.0" flag on