Pamaddnoise User Manual(1) | General Commands Manual | Pamaddnoise User Manual(1) |
pamaddnoise - add noise to a Netpbm image
pamaddnoise { [-type gaussian]
[-sigma1 value]
[-sigma2 value] | -type multiplicative_gaussian
[-mgsigma value] | -type impulse
[-tolerance ratio] | -type laplacian
[-lsigma value] | -type poisson
[-lambda value] } [-seed int]
[netpbmfile]
This program is part of Netpbm(1).
pamaddnoise adds the specified noise type to a Netpbm image. pamaddnoise treats a PPM image as 3 independent planes, not as a plane of colors in a color space.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), pamaddnoise recognizes the following command
line options:
To each sample value is added the value of a two Gaussian
random variables.
The variance of one is independent of the sample value, while the
variance
of the other is proportional to the sample value. You control these
variances with options -sigma1 and -sigma2 (and can
eliminate
either by setting the variance to 0). The mean of the Gaussian
distributions is 0.
This is 'salt and pepper' noise. Samples are changed randomly
to zero or full brightness or left alone. This is also know as salt and
pepper noise, as in a grayscale picture, it adds white pixels and black
pixels, which look like salt and pepper, respectively. Control this with
options -tolerance and -salt.
The default value is 12.
The default value is 10.0.
The default value is 0.5.
The default value is 4.0.
The default value is 20.0.
The default value is 0.10.
This is valid only for impulse noise. fraction is the
fraction of the pixels that are changed that are changed to salt
(maxval);
the rest are changed to pepper (0).
The default is 0.5 (half salt, half pepper).
This option was new in Netpbm 11.04 (September 2023). Before
that, the
noise is always half salt and half pepper.
pgmnoise(1), pgmmedian(1), pnm(1), pam(1),
pamaddnoise was added to Netpbm in Version 10.29 (August 2005). It had been distributed by Mike Burns via his own web site before that (and continued to be so).
Burns' version, and the one in Netpbm 10.29, was called pnmaddnoise and worked only on PNM images. In Netpbm 10.30, it was converted to handle PAM images and renamed to pamaddnoise.
Copyright (C) 1995 by Mike Burns <burns@cac.psu.edu>
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
21 August 2023 | netpbm documentation |