Chapter 14: Problem 3
Face recognition using eigenfaces Collect a set of facial photographs and then build a recognition system to re-recognize the same people.1. Take several photos of each of your classmates and store them. 2\. Align the images by automatically or manually detecting the corners of the eyes and using a similarity transform to stretch and rotate each image to a canonical position. 3\. Compute the average image and a PCA subspace for the face images 4\. Take a new set of photographs a week later and use them as your test set. 5\. Compare each new image to each database image and select the nearest one as the recognized identity. Verify that the distance in PCA space is close to the distance computed with a full SSD (sum of squared difference) measure. 6\. (Optional) Compute different principal components for identity and expression, and use them to improve your recognition results.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.