Woolz Image Processing  Version 1.7.5
WlzGreyTransfer
Name
WlzGreyTransfer - copies grey values from a source object to a destination object within the intersection of the object's domains.
Synopsis
WlzGreyTransfer [-h] [-i] [-o <out file>] [<source image> [<destination obj>]]
Options
-h Help, prints usage message.
-i Transfer grey values in place to destination.
-o Output file.
Description
Copy grey values from the source object to the destination object within the domain of intersection. The output object has the domain and grey-values of the destination object otherwise. If both objects are read from stdin then the first object is the destination and the second the source.
Examples
WlzGreyTransfer obj0.wlz obj1.wlz >out.wlz
Creates a new object with the domain of obj1.wlz
in which the values are those of obj0.wlz within the intersection of the
two domains and obj1.wlz elsewhere.
File
WlzGreyTransfer.c
See Also
WlzIntro(1) WlzGreyTemplate(1) WlzGreyTransfer(1)