mkPoisson

[ XITE Reference Manual | XITE home ]

Name

mkPoisson - make an image with Poisson random noise.

Syntax

mkPoisson <output-image> <alfa> [<xsize> [<ysize>]]

Description

mkPoisson creates a one-band image of size xsize * ysize with unsigned byte pixeltype and inserts Poisson random noise.

alfa
Mean value of the distribution.

xsize
Horizontal image size, default 512.

ysize
Vertical image size, default xsize.

See also

addPoisson(1), mkGauss(1), addGauss(1), multGauss(1)

Reference

J. Banks: Discrete-event system simulation.

Author

Helene Schulerud, BLAB, Ifi, UiO

Examples

addPoisson monaaddP.img 2.0 256

Id

$Id: mkPoisson.c,v 1.19 1997/03/07 12:52:15 svein Exp $