The document presents the eigenfaces method for face recognition proposed by Matthew Turk and Alex Pentland in 1991. The key steps are: (1) acquire a set of face images and calculate their eigenfaces, which are the principal components representing the significant variations between faces; (2) project the training face images into "face space" defined by the eigenfaces to train the system; (3) project new images into the same space and compare with training images to recognize faces based on Euclidean distance. Principal component analysis (PCA) is used to calculate the eigenfaces that best encode the variations between known faces.