]> Creatis software - clitk.git/blob - tools/clitkTransformLandmarks.ggo
c9eac335030afd809cdd77a8a42bedae5e6134e5
[clitk.git] / tools / clitkTransformLandmarks.ggo
1 #File clitkTransformLandmarks.ggo
2 package "clitkTransformLandmarks"
3 version "1.0"
4 purpose "Trasnform a set of landmarks with the given 4x4 matrix. Output to stdout."
5
6 option "config"     - "Config file"       string    no
7 option "verbose"    v     "Verbose"       flag    off
8
9 option "input"    i "Input landmarks filename"      string    yes
10 option "matrix"   m "Input 4x4 matrix filename ('.mat' file)"      string    yes
11 option "output"   o "Output landmarks filename"      string    yes
12
13