Woolz Image Processing
Version 1.7.5
|
WlzCMeshValueTransfer [-h] [-o<output object>] [-L] [-x] [<source object>] [<target object>]
-h | Help, prints usage message. |
-o | Output object. |
-L | Use linear (barycentric) interpolation instead of nearest neighbour. |
-x | Value for indexed values external to the source mesh (default is 0). |
WlzCMeshValueTransfer -x NaN -o out.wlz mesh.wlz supermesh.wlzReads source and target meshes from the files mesh.wlz and supermesh.wlz respectively then creates a new mesh setting all values within the intersection to the nearest value in source.wlz. Values outside the intersection are set to the given external value NaN. The resulting object is then written to the file out.wlz.