Woolz Image Processing  Version 1.7.5
WlzIndexObjFromCompound
Name
WlzIndexObjFromCompound - creates a grey value index object from a compound array object..
Synopsis
WlzIndexObjFromCompound [-h] [-o<output index object>]
                        [<input compound object>]
Options
-h Help, prints usage message.
-o Output file name, default standard output.
Description
Reads a compound array object, which must contain only 2D or 3D domain objects or empty objects and uses the domain objects to create a new spatial domain object with grey values; the grey values being indices of the domains in the given compound array object.

The domain of the new object is the union of the domains of the objects in the given compound array object. The values are set so that all values in the domain of the i'th compound array object are set to i, with i incremented from 0 through to one less than the number of objects in the compound array object. If the domains overlap then higher index objects will overwrite lower index objects within their intersection. This binary can be considered the inverse of WlzIndexObjToCompound.

File
WlzIndexObjFromCompound.c
See Also
WlzIntro(1) WlzCompound WlzCompound(1) WlzIndexObjToCompound WlzIndexObjToCompound(1) WlzIndexObjFromCompound WlzIndexObjFromCompound(3) WlzIndexObjToCompound WlzIndexObjToCompound(3)