Woolz Image Processing  Version 1.7.5
WlzGreyNormalise
Name
WlzGreyNormalise - normalise the grey-range of a grey-level woolz object.
Synopsis
WlzGreyNormalise [-h] [-d] [-v] [<input file>]
Options
-h Help, prints usage message.
-v dither values.
-v verbatim operation.
Description
tNormalise the grey-range of a grey-level woolz object which resets the grey range to (0,255) and is a convenience equivalent to WlzGreySetRange -U255 -L0.
Examples
WlzGreySetRange in.wlz >out.wlz
Normalises the grey values of the object read from in.wlz to the range 0 - 255 and then writes the resulting object to out.wlz.
File
WlzGreyNormalise.c
See Also
WlzIntro(1) WlzGreySetRange(1)