Method | Description | |
---|---|---|
SaltAndPepperNoise ( ) : System |
Initializes a new instance of the SaltAndPepperNoise class.
|
|
SaltAndPepperNoise ( double noiseAmount ) : System |
Initializes a new instance of the SaltAndPepperNoise class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |
public SaltAndPepperNoise ( double noiseAmount ) : System | ||
noiseAmount | double | Amount of noise to generate in percents, [0, 100]. |
return | System |