powered by
Lena is probably one of the most well-known example in image processing and computer vision.
data(lena256)
matrix of size \((256\times 256)\)
Gonzalez, Rafael C. and Woods, Richard E. (2017) Digital Image Processing (4th ed.). ISBN 0133356728.
# NOT RUN { data(lena256) image(lena256, col=gray((0:100)/100), axes=FALSE, main="lena256") # }
Run the code above in your browser using DataLab