Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Classification algorithm in face recognition methods

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