gblur: Gaussian blur

View source: R/zernike_misc.r

gblurR Documentation

Gaussian blur

Description

Blur an image by fw pixels

Usage

gblur(X, fw=0, details=FALSE)

Arguments

X

A matrix representing an image

fw

Width of the Gaussian convolution kernel, in pixels

details

Return convolution kernel?

Details

fw is the standard deviation of the Gaussian.

Value

The filtered matrix X.

Note

the details option is mostly for debugging purposes and may go away.

Author(s)

M.L. Peck mpeck1@ix.netcom.com

See Also

convolve2d


mlpeck/zernike documentation built on April 19, 2024, 3:16 p.m.