r_imgMaximum: Images maximum

Description Usage Arguments Value Note See Also Examples

Description

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

Usage

1
r_imgMaximum(imgdata_list)

Arguments

imgdata_list

An image list

Value

return an imagedata object

Note

This is the R implementation of imgAverage.

See Also

imgMaximum

Examples

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

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