Woolz Image Processing  Version 1.7.5
Name
WlzGaussNoise - add Gaussian noise to the grey values of an object.
Synopsis
WlzGaussNoise [-s#] [-h] [<input mask> [<input obj>]]
Options
-h Help, prints usage message.
-s Standard deviation of the noise with a default of 5.
Description
Add gaussian noise to the grey value of an object.
Examples
WlzGaussNoise -s 10 in.wlz >noisy.wlz
Adds Gaussian noise to the object read from in.wlz and writes the noisy object to noisy.wlz.
File
WlzGaussNoise.c
See Also
WlzIntro(1) WlzGaussNoise(3)