im_conv | R Documentation |
Convolve an image
im_conv(im, kernel, pad.method = "mirror")
im |
an image |
kernel |
filter image |
pad.method |
either "zero", "mean", "repeat", "mirror", or a numeric value |
an image
plot(im_conv(regatta, gauss_kernel(sd = 2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.