Woolz Image Processing  Version 1.7.5
WlzBuildContour
Name
WlzBuildContour - builds a contour from input simplices.
Synopsis
WlzBuildContour [-o<output object>] [-h] [-2] [-3] [-d] [-i] [-o#]
                [<input data>]
Options
-h Help, prints usage message.
-o Output object file name.
-2 Build a 2D contour.
-3 Build a 3D contour.
-d Build a contour with double floating point geometry.
-i Build a contour with integer geometry.
Description
Builds a contour from the given input simplicies. The input data are read from stdin and the output object is written to stdout unless filenames are given.
Examples
WlzBuildContour -d -2 -o tri.wlz
0.0 0.0 1.0 0.0
1.0 0.0 0.5 0.866025
0.5 0.866025 0.0 0.0
<eof>
A 2D triangle is built from the three simplicies read from the standard input and the contour is written to tri.wlz.
File
WlzBuildContour.c
See Also
WlzIntro(1) WlzContourObj(3)