Woolz Image Processing
Version 1.7.5
|
WlzCMeshCurvToImage [-h] [-m] [-N] [-L] [-Q] [-o<output object>] [-s] [<input object>]
-h | Help, prints usage message. |
-N | Nearest neighbour interpolation from nearest element node value. |
-L | Linear interpolation from element node values. |
-Q | Interpolation from nodes surrounding element. |
-m | Computes the mean rather than the Gaussian curvature values.. |
-o | Output object file. |
-s | Scale factor from mesh to spatial domain. |
WlzCMeshCurvToImage -o out.wlz in.wlzReads a 2D5 conforming mesh from the file in.wlz, applies the meshes displacements to create a 2D domain object with the values set using the Gaussian curvature of the mesh prior to he application of it's displacements. The 2D domain object image is then writen to the file out.wlz.