Woolz Image Processing  Version 1.7.5
Name
WlzCMeshGen - computes a conforming mesh that covers the given domain object.
Synopsis
WlzCMeshGen [-h] [-o<output file>]
            [-L#] [-a#] [-W#] [-l#] [-u#] [-B] [-C]
            [-m#] [-M#] [<input object>]
Options
-h Help, prints usage message.
-o Output object file.
-L Number of Laplacian smoothing iterations.
-a Laplacian alpha parameter.
-W Number of low pass filter smoothing iterations.
-l Low pass filter \(\lambda\) value.
-u Low pass filter \(\mu\) value.
-B Smooth boundary (requires a smoothing method to be selected).
-C Don't make the mesh conform to the object's domain.
-m Initial minimum mesh element size.
-M Maximum mesh element size.
Description
Computes a conforming mesh that covers the given domain object.
Examples
WlzCMeshGen -m 10 -M 30 -o mesh.wlz dom.wlz
Creates a new conforming mesh object which covers the input domain read from dom.wlz. The mesh will have maximum edge length 30 and minimum edge length 10 before it is made to conform to the objects domain.
File
WlzCMeshGen.c
See Also
WlzIntro(1) WlzCMeshFromObj(3)