Woolz Image Processing  Version 1.7.5
WlzCompoundArrayToScalar
Name
WlzCompoundArrayToScalar - reduces a compound array to a scalar valued object.
Synopsis
WlzCompoundArrayToScalar [-h] [-o<output object>] [-l[ [<input object>]
Options
-h Help, prints usage message.
-l Computes the modulus of the compound array values (default).
-o Output file (default is the standard output).
Description
Reduces a compound array to an object with scalar values.
Examples
WlzCompoundArrayToScalar -o out.wlz ca.wlz
Creates a new object which is written to the file out.wlz. The output object is a domain object in which the values are the modulus of the values in the compound array read from ca.wlz.
File
WlzCompoundArrayToScalar.c
See Also
WlzIntro(1)