lena64 {filling} | R Documentation |
lena image at size of (64 \times 64)
Description
Lena is probably one of the most well-known example in image processing and computer vision.
Usage
data(lena64)
Format
matrix of size (64\times 64)
Source
USC SIPI Image Database.
References
Gonzalez, Rafael C. and Woods, Richard E. (2017) Digital Image Processing (4th ed.). ISBN 0133356728.
Examples
data(lena64)
image(lena64, col=gray((0:100)/100), axes=FALSE, main="lena64")
[Package filling version 0.2.3 Index]