The three classic face recognition algorithms are:
1. Eigenface method, which uses principal component analysis to obtain eigenvectors that describe variations in face images and represent each face as a linear combination of eigenfaces.
2. Local Binary Patterns (LBP), which compares the grayscale value of each pixel to its neighbors and represents local texture with binary codes to describe features while being insensitive to illumination.
3. Fisherface algorithm, which applies the Fisher discriminant criterion to face classification and proposes using linear discriminant analysis to maximize differences between classes while minimizing differences within classes.
Related topics: