Name

model_gauss_noise - create an image of Gaussian noise

Usage

output = model_gauss_noise(sigma, nx, [ ny, nz] )

Input

sigma
standard deviation of the Gaussian noise distribution, the average is zero
nx
x dimension of the image
ny
y dimension of the image (optional)
nz
z dimension of the image (optional)

Note:: ny,nz are optional.

Output

output
output image

Author / Maintainer

Pawel A. Penczek

Keywords

category 1
UTILITIES
category 2
SPATIAL

Files

utilities.py

Maturity

stable
works for most people, has been tested; test cases/examples available.

Bugs

None. It is perfect.

model_gauss_noise (last edited 2013-07-01 13:12:42 by localhost)