powered by
Returns the pixelwise mean of Image objects stored in a list.
Image
# S3 method for list mean(x, ...)
A list of Image objects. All images must have the same dimensions, number of channels, and bitdepth.
Unused at the moment.
An Image object.
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) img_list <- lapply(1:10, function(x) readNext(balloon)) plot(mean(img_list)) # }
Run the code above in your browser using DataLab