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