AddNoise Class

CVB.Net Documentation
Collection of functions that add noise to Cvb Images.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationAddNoise

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static class AddNoise

The AddNoise type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGauss
Add noise with Gaussian distribution to an image. Pixel values that exceed the image's value range are saturated at the minimum and maximum value.
Public methodStatic memberUniform
Add noise with uniform distribution to an image. Pixel values that exceed the image's value range are saturated at the minimum and maximum value.
Top
See Also

Reference