Woolz Image Processing  Version 1.7.5
WlzScalarDivide
Name
WlzScalarDivide - Divide the pixel values of a grey-level object.
Synopsis
WlzScalarDivide [-v#] [-h] [<input file>]
Options
-h Help, prints usage message.
-v Divisor value (0 is an error), default 1.0.
Description
Divide the pixel values of a grey-level woolz object by a scalar value.
Examples
WlzScalarDivide -v 0.5 in.wlz >out.wlz
The grey values of the object read from in.wlz are halved in value and the resulting object is written to out.wlz.
File
WlzScalarDivide.c
See Also
WlzIntro(1) WlzGreySetRange(1) WlzScalarDivide(3)