RSS
 

OpenCV: Implementation of Eigenface

10 Jun

I found a good tutorial which explain how the face recognition method called eigenface works: Cognotics
This tutorial uses the deprecated function cvCalcEigenObjects().
The advised function is cvCalcPCA().


 
No Comments

Posted in C++, OpenCV

 

Leave a Reply