Woolz Image Processing  Version 1.7.5
WlzCMeshCurvToImage
Name
WlzCMeshCurvToImage - creates a grey scale image from a conforming mesh in which the grey values are the interpolated mesh Gaussian curvature values.
Synopsis
WlzCMeshCurvToImage [-h] [-m] [-N] [-L] [-Q] [-o<output object>] [-s]
                    [<input object>]
Options
-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.
Description
Creates a 2D domain object with grey values (image) in which the values that are interpolated from the Gaussian curvature of the mesh. The 2D domain is created to cover the mesh following it's displacement. The displaced mesh must have been computed so that the displacements transform it to a plane. As for example by WlzCMeshSurfaceMap(1). By default files are read from the standard input and written to the standard output.
Examples
WlzCMeshCurvToImage -o out.wlz in.wlz
Reads 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.
File
WlzCMeshCurvToImage.c
See Also
WlzIntro(1) WlzCMeshCurvToImage(3) WlzCMeshFromContour(1) WlzCMeshSurfaceMap(1)