Skip to content

Example of using Python and OpenCV to perform face recognition using a Webcam.

Notifications You must be signed in to change notification settings

jeet404/Face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Face detection in Python :

The objective of the program given is to detect object of face in real time and to keep tracking of the same object. This is a simple example of how to detect face in Python.

Steps :

  1. Download Python 2.7.x version, numpy and Opencv 2.7.x version.Check if your Windows either 32 bit or 64 bit is compatible and install accordingly.
  2. Make sure that numpy is running in your python then try to install opencv.
  3. Put the haarcascade_eye.xml & haarcascade_frontalface_default.xml files in the same folder.(Just google it.)

About

Example of using Python and OpenCV to perform face recognition using a Webcam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages