Woolz Image Processing
Version 1.7.5
|
WlzBuildContour [-o<output object>] [-h] [-2] [-3] [-d] [-i] [-o#] [<input data>]
-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. |
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.