Module imageproc::noise

source ·
Expand description

Functions for adding synthetic noise to images.

Functions§

  • Adds independent additive Gaussian noise to all channels of an image, with the given mean and standard deviation.
  • Adds independent additive Gaussian noise to all channels of an image in place, with the given mean and standard deviation.
  • Converts pixels to black or white at the given rate (between 0.0 and 1.0). Black and white occur with equal probability.
  • Converts pixels to black or white in place at the given rate (between 0.0 and 1.0). Black and white occur with equal probability.