Program: example_haar_cascades.cpp
CS-161: Software Project
Instructor: Rob Bruce
Spring 2016

This program demonstrates how to use OpenCV's Haar cascades to perform face and eye detection.

I've included Haar cascades (XML files) to detect whole face, left and right eyes, nose, and mouth.

The full source code for example_haar_cascades.cpp is available as a gzipped tar file at http://www.cs.sjsu.edu/~bruce/programs/spring_2016_cs161/example_haar_cascades/example_haar_cascades.tar.gz (right mouse click then select "Save Link As..." to download)

To unpack the gzipped tar file, enter the following command at a shell prompt: tar xzf example_haar_cascades.tar.gz