Skip to content

mvartani76/RPi-OpenCV-Face-Rec-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPi-OpenCV-Face-Rec-Python

Python Implementation of OpenCV Face Recognition taken from http://blog.oscarliang.net/raspberry-pi-face-recognition-opencv/.

This version uses a local camera plugged into the USB port.

  1. Install appropriate libraries
  2. sudo apt-get update
    sudo apt-get upgrade

    sudo apt-get install python-opencv

  3. Test python openCV - It will switch on the camera for video streaming if it is working
  4. python test_python_openCV.py

  5. Run face recognition code using trained face file
  6. Trained face file taken from http://stevenhickson-code.googlecode.com/svn/trunk/AUI/Imaging/face.xml


    python fd_python_openCV.py --cascade=face.xml 0

About

Python Implementation of OpenCV Face Recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages