Woolz Image Processing  Version 1.7.5
WlzGreySetIncValues
Name
WlzGreySetIncValues - sets incrementing (and hence unique) values in scan order throughout a domain object.
Synopsis
WlzGreySetIncValues [-bh] [-o<output file>] [<input file>]
Options
-b Use Hilbert ranking.
-h Help, prints usage message.
-o Output file (default is the standard output).
Description
Sets incrementing (and hence unique) values in scan order throughout a domain object. The values are of type WLZ_GREY_INT.
Examples
WlzGreySetIncValues -o out.wlz in.wlz
Creates a new object which is written to the file out.wlz. This output object has grey values from 1 upwards incrementing throuhout it in scan line order,
File
WlzGreySetIncValues.c
See Also
WlzIntro(1)