image processing - cvCalcEigenObjects and cvEigenDecomposite in Python -
i'm trying implement face based authentication system in python using this base.
in original cpp code, cvcalceigenobjects , cveigendecomposite used. can't find python equivalents these. i've searched online possible modules import couldn't find lead (except implement them using numpy).
i appreciate pointers on either equivalent function or on how implement these using numpy. i'm not going ask coding think others in future.
there article written philip wagner on 2 ways of face recognition, 1 of using eigen faces. contributed opencv 2.4 , available in samples.
in article, has generated eigen faces of numpy . can check , implement yourself.
http://www.bytefish.de/pdf/facerec_python.pdf
check github account python codes : https://github.com/bytefish/facerecognition_guide
Comments
Post a Comment