]> Creatis software - clitk.git/blobdiff - tools/clitkUnsharpMask.ggo
unsharp mask (needs a symbolic link of the ggo in tools to compile, due to a gengetop...
[clitk.git] / tools / clitkUnsharpMask.ggo
diff --git a/tools/clitkUnsharpMask.ggo b/tools/clitkUnsharpMask.ggo
new file mode 100644 (file)
index 0000000..d2a8672
--- /dev/null
@@ -0,0 +1,13 @@
+#File clitkUnsharpMask.ggo
+package "clitkUnsharpMask"
+version "1.0"
+purpose ""
+
+option "config"                -       "Config file"                     string        no
+option "verbose"       v       "Verbose"                         flag          off
+
+option "imagetypes"    -       "Display allowed image types"     flag          off
+
+option "input"         i       "Input image filename"            string        yes
+option "output"        o       "Output image filename"           string        yes
+option "sigma"         s       "Sigma of the gaussian"           double        required