Woolz Image Processing  Version 1.7.5
Name
WlzSkeleton - computes the skeleton of the a domain object.
Synopsis
WlzSkeleton [-h] [-o<out object>] [-c #] [-s #] [<in object>]
Options
-h Help, prints usage message.
-o Output object file name.
-c Minimum connectivity (4, 6, 8, 18, 26), default 8.
-s Smoothing passes, default 1XXX.
Description
Computes the skeleton of a 2D domain object. Objects are read from stdin and written to stdout unless the filenames are given.
Examples
WlzSkeleton -o skel.wlz myobj.wlz
The input Woolz object is read from myobj.wlz, filtered and written to skel.wlz.
File
WlzSkeleton.c
See Also
WlzIntro(1) WlzErosion(1) WlzDilation(1) WlzSkeleton(3)