Woolz Image Processing  Version 1.7.5
WlzCMeshDistance
Name
WlzCMeshDistance - computes distances within conforming meshes.
Synopsis
WlzCMeshDistance [-b] [-h] [-i] [-L] [-o<out obj file>] [-r<ref obj file>]
                 [-s #,#,#] [<input mesh file>]
Options
-b Use the boundary of the mesh for seed points.
-h Help, prints usage message.
-i Output an image with interpolated distance values rather than a mesh with indexed values.
-L Use expensive interpolation (mainly useful as a test)..
-o Output object file.
-r Use the boundary of the reference object for seed points.
-s Use the single seed position.
Description
Constructs a 2D or 3D object the values of which are the minimum distance from the given seeds points in the given conforming mesh.
Examples
WlzCMeshDistance -i -s 100,200,0 -o out.wlz mesh.wlz
Creates a new domain object with values, in which the domain covers the given mesh and the values are distances from the seed (at column 100, line 200, plane 0). The new domain object is written to the file out.wlz.
File
WlzDistanceTransform.c
See Also
WlzIntro(1) WlzCMeshDistance2D(3) WlzCMeshDistance3D(3)