Smile for the Camera
Using the OpenCV library, this application is able to locate frontal projected faces of all shapes and sizes. I also programmed it so that multiple formats of input are allowed. If looking to use a static image or mp4 file, you would simply hard code the file directory. However, the real time video capability is much more interesting.
If attached, it will automatically use your default webcam and begin looking for any faces in the frame. An added functionality is that it is also looking for smiles. If detected then it will display the text "Great Smile" underneath the face box as shown above.