source: proiecte/PPPP/eigenface/eigenface.h @ 28

Last change on this file since 28 was 28, checked in by (none), 14 years ago

first try at eigenface

File size: 197 bytes
Line 
1// Public interface for eigenface face recognition
2void learn();
3int loadTrainingData(CvMat ** pTrainPersonNumMat);
4void recognize(IplImage *faceImg, CvMat * trainPersonNumMat);
5void printUsage();
Note: See TracBrowser for help on using the repository browser.