Learn R Programming

filling (version 0.2.3)

lena128: lena image at size of \((128 \times 128)\)

Description

Lena is probably one of the most well-known example in image processing and computer vision.

Usage

data(lena128)

Arguments

Format

matrix of size \((128\times 128)\)

References

Gonzalez, Rafael C. and Woods, Richard E. (2017) Digital Image Processing (4th ed.). ISBN 0133356728.

Examples

Run this code
# NOT RUN {
data(lena128)
image(lena128, col=gray((0:100)/100), axes=FALSE, main="lena128")
# }

Run the code above in your browser using DataLab