Eigenface face recognition --------------------------- - to compile simply run: make - to run use: ./cwrapper train and then ./cwrapper test Step-by-step tutorial: 1. Camshiftwrapper 1.1 Download camshiftwrapper sources from: - http://www.cognotics.com/opencv/downloads/camshift_wrapper/camshift_wrapper.zip 1.2 IMPORTANT!: Modify the TrackFaces.c file: - set cvWaitKey(1) to cvWaitKey(20) on every line where it appears 2. Camshiftwrapper + Eigenface 2.1 Download eigenface sources from: - http://www.cognotics.com/opencv/servo_2007_series/part_5/part5-src.zip 2.2 Modify eigenface.c file: TODO