Woolz Image Processing  Version 1.7.5
WlzCentralityObj
Name
WlzCentralityObj - computes the centrality of a feature object's domain with respect to a reference object's domain.
Synopsis
WlzCentralityObj [-b] [-h] [-n#] [-o <output file>] [-R]
                 [<feat obj>] [<ref obj>]
Options
-b Treat the feature object as a binary object with constant values.
-h Help - prints a usage message.
-n Number of angle increments to use (default 360).
-o Output file.
-R Output maximum radius after centrality value.
Description
Computes the centrality of the feature object's domain with respect to the reference object's domain. By default the feature and reference objects are read from the standard input. This may be made explicit if only one of these is given by using
  • to specify the standard input.
Examples
WlzCentralityObj -b spots.wlz fish.wlz
Computes the centrality of the domain spots.wlz with respect to the reference domain fish.wlz. The sports domain is treated as a binary domain (values are ignored).
File
WlzCentralityObj.c
See Also
WlzIntro(1) WlzCentrality(3)