Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 384 Bytes

face_rec_openCV

Hints:

< build system >

  • make sure you have cmake and opencv correctly installed
  • cd build
  • cmake ..

< add new subject >

  • create new folder in /data
  • add at least 10 images: grayscale + 100x100 resolution
  • ./facerec.sh - update (updates CVS file with the new subject)

< execute application >

  • cd util
  • ./facerec.sh -build -run