boxFilter: Blurs an Image Using a Box Filter

Description Usage Arguments Value Author(s) See Also Examples

View source: R/filters.R

Description

boxFilter convolves the source image with the specified box kernel (a matrix of 1s). The result is a blurred version of the source image.

Usage

1
boxFilter(image, k_height = 5, k_width = 5)

Arguments

image

An Image object.

k_height

The half-height in pixels of the kernel (default: 5).

k_width

The half-width in pixels of the kernel (default: 5).

Value

image An Image object.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image, blur, gaussianBlur

Examples

1
# TODO

neuroconductor-releases/Rvision documentation built on Nov. 10, 2020, 9:10 p.m.