Facial recognition/merging software

thr picture thr · Dec 9, 2008 · Viewed 12.8k times · Source

Can anyone point me in the right direction of some facial recognition libraries & algorithms ? I've tried searching/googling but i mostly find thesises and very little real software.

Answer

Tuminoid picture Tuminoid · Dec 9, 2008

How about Eigenfaces? Utilizes simple mathematics to store recognizable eigenvector of the face and reconstruct faces using multiple vectors.

The code is all available in Python as well here.