top of page

Face Tracker

Face Tracker using Haar Classifier and CamShift

​The aim of this project is to develop a robust and fast face tracker for PC. The project uses video from color camera to perform the required processing. It uses CamShift to initialize the tracker window for CamShift. Further whenever a face is detected by the Haar classifier it updates the tracker window. 



Currently, the software works only for a single face. My aim now is to improve it to work for multiple faces. 

bottom of page