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.
#' Due to CRAN instability, history of this image can be found by googling \emph{the story of Lena}.
#'
#' @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 tvR package in your browser

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

tvR documentation built on Aug. 23, 2021, 1:08 a.m.