50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


imager (version 0.31)

boxblur: Blur image with a box filter (square window)

Description

Blur image with a box filter (square window)

Usage

boxblur(im, sigma, neumann = TRUE)

Arguments

im
an image
sigma
Size of the box window.
neumann
If true, use Neumann boundary conditions, Dirichlet otherwise (default true, Neumann)

See Also

deriche(), vanvliet().

Examples

Run this code
boxblur(boats,5) %>% plot(main="Dirichlet boundary")
boxblur(boats,5,TRUE) %>% plot(main="Neumann boundary")

Run the code above in your browser using DataLab