Woolz Image Processing  Version 1.7.5
Name
WlzContourObj - computes edge and surface based contour models from domain objects.
Synopsis
WlzContourObj [-o<output object>] [-h] [-o] [-g] [-i] [-l] [-m] [-r]
              [-U] [-o#] [-v#] [-w#] [<input object>]
Options
-h Help, prints usage message.
-o Output object file name.
-b Compute object boundary contours.
-g Compute maximal gradient contours.
-i Compute iso-value contours.
-l Flip orientation (normals will be reversed).
-m Generate normals (if possible).
-r Compute object boundary contours using radial basis functions.
-U Use unit voxel size.
-v Contour iso-value or minimum gradient.
-w Contour (Deriche) gradient operator width.
Description
Computes a contour model from the given input object. The input object is read from stdin and output data are written to stdout unless filenames are given.
Examples
WlzContourObj -i -v 0.0 in.wlz
The input Woolz object is read from in.wlz, and the iso-value (iso-value = 1.0) contour list is written to stdout.
File
WlzContourObj.c
See Also
WlzIntro(1) WlzContourObj(3)