source: proiecte/PPPP/eigenface/README @ 29

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

modified README

File size: 618 bytes
Line 
1Eigenface face recognition
2---------------------------
3
4- to compile simply run: make
5- to run use:
6    ./cwrapper train
7 and then
8    ./cwrapper test
9
10
11Step-by-step tutorial:
12
131. Camshiftwrapper
14
151.1 Download camshiftwrapper sources from:
16- http://www.cognotics.com/opencv/downloads/camshift_wrapper/camshift_wrapper.zip
17
181.2 IMPORTANT!: Modify the TrackFaces.c file:
19- set cvWaitKey(1) to cvWaitKey(20) on every line where it appears
20
212. Camshiftwrapper + Eigenface
22
232.1 Download eigenface sources from:
24- http://www.cognotics.com/opencv/servo_2007_series/part_5/part5-src.zip
25
262.2 Modify eigenface.c file:
27TODO
28
29
30
Note: See TracBrowser for help on using the repository browser.