Woolz Image Processing  Version 1.7.5
WlzCMeshTrStrainTensor
Name
WlzCMeshTrStrainTensor - computes strain tensors for the given conforming mesh transform.
Synopsis
WlzCMeshTrStrainTensor [-d] [h] [-i] [-p] [-o<out file>] [-s<x>,<y>,<z>]
                       [<input file>]
Options
-d If computing the tensor at points, dither the point locations.
-h Help, prints usage message.
-i Invert the transform, by default the tensors are computed for the transform from the mesh to the displaced mesh.
-p Make the output object a points object rather than a conforming mesh.
-o Output object file.
-s Sampling interval. Giving a sampling interval will also result in a points output object.
Description
Computes strain tensors for the given conforming mesh transform. These then output as either a conforming mesh with the tensors attached to the elements or a points object. By default all files are read from the standard input and are written to the standard output.
Examples
WlzCMeshTrStrainTensor -o meshten.wlz meshtr.wlz
Creates a new conforming mesh object (written to meshten.wlz) with the same mesh domain as the input conforming mesh transform (read from meshtr.wlz) but with tensor indexed values attached to the output mesh's elements.
File
WlzCMeshTrStrainTensor.c
See Also
WlzIntro(1) WlzCMeshStrainTensor(3)