GaussianNoiseFilter Members
Include Protected Members
Include Inherited Members
The GaussianNoiseFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GaussianNoiseFilter() |
Creates and initializes a new GaussianNoiseFilter with the default values.
|
|
GaussianNoiseFilter(Double) |
Creates and initializes a new GaussianNoiseFilter with a specified level.
|
Methods
Name | Description | |
---|---|---|
Apply |
Internal framework method.
|
|
Lock |
Internal framework method.
|
|
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
Level |
The amount of noise, given as the standard deviation of the Gaussian distribution. Must be >= 1.0. Default is 1.0.
|