Woolz Image Processing  Version 1.8.3
WlzContourSpxStats
Name
WlzContourSpxStats - calculates simplex statistics for contour models.
Synopsis
WlzContourSpxStats [-o<out file>] [-v] [-h] [<in object>]
Options
-h Help, prints usage message.
-o Output file name.
-v Verbose output flag.
Description
Calculates statistics of the simplices in the given objects contour. These are: The number of simplices together with the minimum, maximum, sum, sum of squares, mean and the standard deviation of either the length (for 2D contours) of the area (for 3D contours) of the input contour's simplices. If the verbose output flag is not set then the following are written to the output file in the following order:
  <area> <min> <max> <sum> <sum of sq> <mean> <std dev>.
The input object is read from stdin and values are written to stdout unless the filenames are given.
Examples
WlzContourSpxStats -o stats.txt myctr.wlz
The input Woolz object is read from myctr.wlz. The statistics are calculated and written to out.txt.
File
WlzContourSpxStats.c
See Also
WlzIntro(1) WlzContourObj(1) WlzGMModelSpxStats(3)