Puts an additive noise on the image by adding random number to each pixel.
Name | Description | |
---|---|---|
AddNoise(Single) |
Puts an additive noise on the image by adding random number to each pixel. |
|
AddNoise(Boolean[], Single) |
Puts an additive noise on the image by adding random number to each pixel. |
|
AddNoise(Single, DistributionKind, Boolean) |
Puts an additive noise on the image by adding random number to each pixel. |
|
AddNoise(Boolean[], Single, DistributionKind, Boolean) |
Puts an additive noise on the image by adding random number to each pixel. |
|
AddNoise(Single, DistributionKind, Boolean, Int32) |
Puts an additive noise on the image by adding random number to each pixel. |
|
AddNoise(Boolean[], Single, DistributionKind, Boolean, Int32) |
Puts an additive noise on the image by adding random number to each pixel. |