Description Usage Arguments Value See Also Examples
This function adds gaussian noise to an image.
1 | imgGaussianNoise(imgdata, mean, variance)
|
imgdata |
The image |
mean |
The gaussian mean |
variance |
The gaussian variance |
return an imagedata object
1 2 | x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgGaussianNoise(x, 0, 120)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.