r_imgAverage: Average images

Description Usage Arguments Value Note See Also Examples

Description

This function calculates the average of the given images and returns a new image.

Usage

1
r_imgAverage(imgdata_list)

Arguments

imgdata_list

An image list

Value

return an imagedata object

Note

This is the R implementation of imgAverage.

See Also

imgAverage

Examples

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

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