Woolz Image Processing  Version 1.7.5
WlzBoundaryToObj
Name
WlzBoundaryToObj - converts boundary lists to domain objects. objects.
Synopsis
WlzBoundaryToObj [-f s|e|o] [-h] [<input file>]
Options
-f Sets the boundary fill method to be one of: simple (s), even/odd (e) or vertex (v) fill, default is even/odd..
-h Help, prints usage message.
Description
Converts a boundary list woolz object to a corresponding domain using the given fill method.
Examples
WlzBoundaryToObj bound.wlz >dom.wlz
Reads a boundary list from bound.wlz and computes a domain objects, which is then written to dom.wlz.
File
WlzBoundaryToObj.c
See Also
WlzIntro(1) WlzObjToBoundary(1) WlzBoundaryToObj(3)