rTensor (version 1.4)

plot_orl: Function to plot the ORL Database of Faces

Description

A wrapper function to image() to allow easy visualization of faces_tnsr, the ORL Face Dataset.

Usage

plot_orl(subject = 1, condition = 1)

Arguments

subject

which subject to plot (1-40)

condition

which lighting condition (1-10)

References

AT&T Laboratories Cambridge. http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html

F. Samaria, A. Harter, "Parameterisation of a Stochastic Model for Human Face Identification". IEEE Workshop on Applications of Computer Vision 1994.

See Also

faces_tnsr

Examples

Run this code
# NOT RUN {
plot_orl(subject=5,condition=4)
plot_orl(subject=2,condition=7)
# }

Run the code above in your browser using DataCamp Workspace