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.
- 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.
- Make sure that numpy is running in your python then try to install opencv.
- Put the haarcascade_eye.xml & haarcascade_frontalface_default.xml files in the same folder.(Just google it.)