Woolz Image Processing  Version 1.7.5
WlzMeshTransformObj
Name
WlzMeshTransformObj - applies a mesh transform to an object.
Synopsis
WlzMeshTransformObj [-i] [-L] -m <mesh transform file> [-o <output file>]
                    [-h] <2D object input file>
Options
-i Use the inverse transformation.
-L Use linear interpolation, default is nearest-neighbour.
-m Mesh transform object.
-o Output filename, default is stdout.
-h Help, prints usage message.
Description
Applies a mesh transform to an object.
Examples
WlzMeshTransformObj -m mesh.wlz -o out.wlz obj.wlz
Uses the mesh transform read from mesh.wlz to transform the 2D domain object with read from obj.wlz. The resulting warped object is written to out.wlz.
File
WlzMeshTransformObj.c
See Also
WlzIntro(1) WlzBasisFnTransformObj(1) WlzMeshTransformObj(3)