1 #File clitkImageLaplacian.ggo
2 package "clitkImageLaplacian"
4 purpose "Compute the laplacian of the input image"
6 option "config" - "Config file" string optional
7 option "verbose" v "Verbose" flag off
9 option "imagetypes" - "Display allowed image types" flag off
11 option "input" i "Input image filename" string required
12 option "mask" m "Mask input image filename" string optional
13 option "output" o "Output image filename" string required
14 option "normalize" n "Normalize the output image between 0 and 1" flag off
15 option "gaussian_filter" g "Gaussian filtering - default sigma value=1.0" flag on