]> Creatis software - clitk.git/blob - tools/clitkTransformLandmarks.ggo
parameterizing settings path and settings format in constructor
[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 option "type"           t       "Landmarks type ('pts' for Jef; 'txt' for VV)"          string          no              default="txt" 
13
14