I'm using some algorithms (eigenfaces, fisherfaces and LBPH) to perform face recognition using the opencv contrib modules.
Can someone explain to me what internal algorithms these methods use to perform the classification? (for example K-NN, etc)
Note: if it uses K-NN, what is the default value for K?
Thanks