This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.AddNoise Method

Puts an additive noise on the image by adding random number to each pixel.

Overload List

Name Description
Public method AddNoise(Single)

Puts an additive noise on the image by adding random number to each pixel.

Public method AddNoise(Boolean[], Single)

Puts an additive noise on the image by adding random number to each pixel.

Public method AddNoise(Single, DistributionKind, Boolean)

Puts an additive noise on the image by adding random number to each pixel.

Public method AddNoise(Boolean[], Single, DistributionKind, Boolean)

Puts an additive noise on the image by adding random number to each pixel.

Public method AddNoise(Single, DistributionKind, Boolean, Int32)

Puts an additive noise on the image by adding random number to each pixel.

Public method AddNoise(Boolean[], Single, DistributionKind, Boolean, Int32)

Puts an additive noise on the image by adding random number to each pixel.

See Also

Reference