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