Description Usage Arguments Value See Also Examples
This function blurs an image by convoluting with a average square matrix
1 | imgStdBlur(imgdata, dim)
|
imgdata |
The image |
dim |
Square matrix dimension (optional, default = 5) |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgStdBlur(x, 3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.