X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkImageLaplacian.ggo;h=f97ef9b2957ad5f41753b67a5b4a70de050fbc61;hb=69ca7b4f56b0873c4446859655712091b44e6434;hp=2066df93dad9678f8d8f5e41102f73c59a05ff7a;hpb=c993ae170e42e6cd193abb3240af1765263fed13;p=clitk.git diff --git a/tools/clitkImageLaplacian.ggo b/tools/clitkImageLaplacian.ggo index 2066df9..f97ef9b 100644 --- a/tools/clitkImageLaplacian.ggo +++ b/tools/clitkImageLaplacian.ggo @@ -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 on