im_blur | R Documentation |
Blur an image
im_blur(im, cutoff, method = "gauss", order = 4)
im |
an image |
cutoff |
cutoff frequency |
method |
either "gauss", "ideal", or "butterworth" |
order |
order of butterworth filter |
plot(im_blur(regatta, 20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.