|
Woolz Image Processing
Version 1.7.5
|
WlzAffineTransformVertices [-h] [-d] [-o<output file>] [-t <transftransform>]
[<input file>]
| -h | Help, prints usage message. |
| -d | Output the vertices in same format used by WlzAffineTransformLSq for 2D the format is <vtx x> <vtx y> <disp x> <disp y>and for 3D <vtx x> <vtx y> <vtx z> <disp x> <disp y> <disp z> |
| -o | Output object file name. |
| -t | Input affine transform object. |
WlzAffineTransformVertices -t trans.wlz -o shifted.num orig.numVertices are read from the file orig.num, transformed by the affine transfrom in trans.wlz and then written to shifted.num.