COIL_20 | R Documentation |
Data contains 1440 128x128 images for 20 objects picturing from different angles.
data(COIL_20)
A List where "$X"
is an (1440, 16384) matrix contains all raster images and "$label"
is object label for each image.
"Columbia Object Image Library (COIL-20)," S. A. Nene, S. K. Nayar and H. Murase, Technical Report CUCS-005-96, February 1996.
data(COIL_20) image(matrix(COIL_20$X[1,], 128, 128), useRaster=TRUE, axes=FALSE, col=gray.colors(33))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.