R/lena128.R

#' lena image at size of \eqn{(128 \times 128)}
#'
#' \emph{Lena} is probably one of the most well-known example in image processing and computer vision.
#'
#' @docType data
#' @usage data(lena128)
#' @format matrix of size \eqn{(128\times 128)}
#' @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(lena128)
#' image(lena128, col=gray((0:100)/100), axes=FALSE, main="lena128")
"lena128"

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.