R/lena256.R

#' lena image at size of \eqn{(256 \times 256)}
#'
#' \emph{Lena} is probably one of the most well-known example in image processing and computer vision.
#'
#' @docType data
#' @usage data(lena256)
#' @format matrix of size \eqn{(256\times 256)}
#' @keywords datasets
#' @references Gonzalez, Rafael C. and Woods, Richard E. (2017) \emph{Digital Image Processing} (4th ed.). ISBN 0133356728.
#'
#' @source USC SIPI Image Database.
#'
#' @examples
#' data(lena256)
#' image(lena256, col=gray((0:100)/100), axes=FALSE, main="lena256")
"lena256"

Try the filling package in your browser

Any scripts or data that you put into this service are public.

filling documentation built on Aug. 21, 2021, 5:09 p.m.