| imgMaximum {biOps} | R Documentation |
This function calculates the maximum of the given images and returns a new image.
imgMaximum(imgdata_list)
imgdata_list |
An image list |
return an imagedata object
## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgMaximum(list(x, x))
## End(Not run)