Woolz Image Processing  Version 1.7.5
Name
WlzLabel - labels (segments) the input objects.
Synopsis
WlzLabel [i#] [-v] [-h] [-M#] [<input file>]
Options
-h Help, prints usage message.
-v Verbose operation.
-i Ignore objects with number of lines \(<\) the given number.
-M Maximum number of segmented objects.
Description
Label (segment) the input objects and write the result to stdout. Non-domain objects are ignored, the number of segments found is written to stderr.
Examples
WlzThreshold -v 200 -L sec.wlz | WlzLabel | WlzExpolde -u -b sec -
Thresholds the object read from the file sec.wlz keeping all values less than 200, labels the resulting domain and then expoldes the concatonated objects into seperate files.
WlzThreshold -v 150 -L sec.wlz | WlzLabel | WlzArea

Thresholds the object read from the file sec.wlz keeping all values less than 200, labels the resulting domain and then prints the area of each of the resulting objects.

File
WlzLabel.c
See Also
WlzIntro(1) WlzThreshold(1) WlzFacts(1) WlzArea(1) WlzLabel(3)