Click or drag to resize

AddNoiseFilterType Enumeration

The type of noise to add to an image.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AddNoiseFilterType
Members
  Member nameDescription
Gaussian A type of noise whose histogram is bell-shaped: most of the noise will occur in the middle of the pixel value range, and less noise will occur at the extremes.
Negative Negative Exponential Noise.
Rayleigh Rayleigh noise.
Uniform Uniform Noise.
See Also