imgAverage: Average images

Description Usage Arguments Value Examples

Description

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

Usage

1
imgAverage(imgdata_list)

Arguments

imgdata_list

An image list

Value

return an imagedata object

Examples

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

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