Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages