Woolz Image Processing Version 1.4.0
WlzCMeshToSpatialDomain
Name
WlzCMeshToSpatialDomain - computes a new spatial domain corresponding to the conforming mesh.
Synopsis
WlzCMeshToSpatialDomain [-h] [-o<out obj file>] [-s#] [<input mesh file>]
Options
-h Help, prints usage message.
-o Output object file.
-s Scale factor from mesh to spatial domain.
Description
Constructs a 2D or 3D spatial domain object (without values) that corresponds to the given conforming mesh. The domain of the output object covers the input mesh.
Examples
WlzCMeshToSpatialDomain -o out.wlz mesh.wlz
Creates a new spatial domain object which covers the given mesh read from the file mesh.wlz. The new domain is written to the file out.wlz.
File
WlzDistanceTransform.c
See Also
WlzIntro(1) WlzCMeshDistance2D(3) WlzCMeshDistance3D(3)