powered by
This is a recursive algorithm, not depending on the values of the box kernel size.
boxblur_xy(im, sx, sy, neumann = TRUE)
an image
Size of the box window, along the X-axis.
Size of the box window, along the Y-axis.
If true, use Neumann boundary conditions, Dirichlet otherwise (default true, Neumann)
blur().
cimg.limit.openmp() boxblur_xy(boats,20,5) %>% plot(main="Anisotropic blur")
Run the code above in your browser using DataLab