]> Creatis software - clitk.git/blobdiff - tools/clitkMaskLandmarks.ggo
New tool to keep points in a mask
[clitk.git] / tools / clitkMaskLandmarks.ggo
diff --git a/tools/clitkMaskLandmarks.ggo b/tools/clitkMaskLandmarks.ggo
new file mode 100644 (file)
index 0000000..82cfcc3
--- /dev/null
@@ -0,0 +1,10 @@
+package "clitkMaskLandmarks"
+version "1.0"
+purpose "Remove landmarks outside of a given mask also remove their corresponding points if multiple input are given."
+
+option "config"     - "Config file"       string    no
+option "verbose"    v     "Verbose"       flag    off
+
+option "input"  i   "Input landmarks filename"      string  yes     multiple
+option "mask"   m   "Input mask"                    string  yes
+option "output" o   "Output landmarks filename"            string  yes     multiple