Click or drag to resize

AddNoiseCommandVariance Property

Gets or sets a value controlling the intensity.

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

Property Value

Type: Double
A value controlling the intensity.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
Remarks
There is no upper limit to this value. A good value to start with is around 500.
See Also