Woolz Image Processing
Version 1.7.5
|
WlzCMeshGen [-h] [-o<output file>] [-L#] [-a#] [-W#] [-l#] [-u#] [-B] [-C] [-m#] [-M#] [<input object>]
-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. |
WlzCMeshGen -m 10 -M 30 -o mesh.wlz dom.wlzCreates 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.