frey_faces: Frey faces

Description Author(s) Examples

Description

Set of 1995 face iamges from a single subject with different facial expression as well as different orientations. (from http://www.cs.nyu.edu/~roweis/data.html)

Author(s)

Samuel Gerber

Examples

1
2
3
data("frey_faces")
im <- matrix(faces[1, 560:1], 20, 28)
image(1:nrow(im), 1:ncol(im), im, xlab="", ylab="")

cems documentation built on May 29, 2017, 9:20 p.m.

Related to frey_faces in cems...