Woolz Image Processing  Version 1.7.5
WlzCMeshSetDispFromField
Name
WlzCMeshSetDispFromField - Sets mesh displacement values from field object.
Synopsis
WlzCMeshSetDispFromField [-h] [-A] [-L] [-N] [-R] [-o<output object>]
                         [-b #,#[,#]] [-m<mesh object>] [<field object>]
Options
-h Help, prints usage message.
-A Displacement field values are absolute (default).
-N Use nearest neighbour rather than linear extrapolation.
-L Use linear interpolation.
-o Output object file.
-R Displacement field values are relative to position.
-b Background displacement value (default 0,0[,0]).
-m Mesh object.
Description
Creates a conforming mesh object that has values set from the distance field object. Mesh values outside the distance field object will be set to the background value. The given field object must be a compound array object with the appropriate number of components for the mesh dimension. By default the mesh and field objects are read from the standard input, with the mesh object being read before the field object.
Examples
WlzCMeshSetDispFromField -o out.wlz -m mesh field.wlz
Creates a conforming mesh object (out.wlz) that has all values set by linear interpolation from the given field object (field.wlz) at the nodes of the given mesh (mesh.wlz).
File
WlzCMeshSetDispFromField.c
See Also
WlzIntro(1)