]> Creatis software - clitk.git/blobdiff - tools/clitkImageLaplacian.ggo
Change header includion from .h to .cxx file
[clitk.git] / tools / clitkImageLaplacian.ggo
index 2066df93dad9678f8d8f5e41102f73c59a05ff7a..43b70d16bd9b694941e9ab5494e2d45e37d1c08f 100644 (file)
@@ -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,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 - default sigma value=1.0"              flag          on