Click or drag to resize

AddNoiseCommandMean Property

Gets or sets a value which adds additional noise to the output for Gaussian and Uniform noise types.

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 double Mean { get; set; }

Property Value

Type: Double
A value which adds additional noise to the output for Gaussian and Uniform noise types.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
See Also