Moustachizer (First attempt)

February 23 2011

This is the first result of my FFMPEG plugin, The Moustachizer. As you can see, it adds moustaches to every face it finds in the frame, and some things that aren't even faces. I am using the basic haarcascade_frontalface_default in OpenCV and a pretty low-resolution video.

I can avoid some of the false positives by looking for eyes inside the faces. And then I am going to add some persistence so that the moustaches aren't so jumpy.

Terrible result, but funny enough to post.