Woolz Image Processing  Version 1.7.5
WlzCMeshExtrapolate
Name
WlzCMeshExtrapolate - Extrapolates values within a conforming mesh.
Synopsis
WlzCMeshExtrapolate [-h] [-N] [-o<output object>] [-u<low>,<high>]
                    [<input object>]
Options
-h Help, prints usage message.
-N Use nearest neighbour rather than linear extrapolation.
-o Output object file.
-u Unknown value range (default is NaN).
Description
Extrapolates values within a conforming mesh.
Examples
WlzCMeshExtrapolate -o allknownmesh.wlz partknownmesh.wlz
Creates a new conforming mesh object that has all values known using the given mesh and it's values to extrapolate unknown values.
File
WlzCMeshExtrapolate.c
See Also
WlzIntro(1)