imgBlur: Blurs an image

Description Usage Arguments Value See Also Examples

Description

This function blurs an image by convoluting with the following matrix:

1/16 1/8 1/16
1/8 1/4 1/8
1/16 1/8 1/16

Usage

1
imgBlur(imgdata)

Arguments

imgdata

The image

Value

return an imagedata object

See Also

imgStdBlur

Examples

1
2
3
4
5
	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgStdBlur(x)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.