Woolz Image Processing  Version 1.8.3
Name
WlzOccupancy - calculate pixel occupancy with respect to a series of domains.
Synopsis
WlzOccupancy [-d <domainfile>] [-m] [-n#] [-h] [<input file>]
Options
-d Domain over which the occupancy will be calculated. The default is the union of the input domains.
-m <tdCalculate the normalised mean, i.e. multiply by (255/n).
-n Maximum number of objects, default = 100.
-h Help - print help message
Description
Calculate the occupancy for each pixel location within the target domain. The occupancy is the number of times the location is included within the input domain series. The target domain is an optional input or taken as the union of the domain series. The output object will have integer (WLZ_GREY_INT) grey type and the value will either be the actual occupancy or the normalise occupancy which will have a maximum value of 255.
Examples
See Also
Bugs
None known