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().
OpenCV: Implementation of Eigenface
10
Jun