boxblur_xy {imager} | R Documentation |
This is a recursive algorithm, not depending on the values of the box kernel size.
boxblur_xy(im, sx, sy, neumann = TRUE)
im |
an image |
sx |
Size of the box window, along the X-axis. |
sy |
Size of the box window, along the Y-axis. |
neumann |
If true, use Neumann boundary conditions, Dirichlet otherwise (default true, Neumann) |
blur().
boxblur_xy(boats,20,5) %>% plot(main="Anisotropic blur")