Adding Mustaches to Webcam Feed with OpenCV and Python
Overview In this article we will use the Python bindings for OpenCV to draw a scaled mustache (automatically re-sizes to remain proportional to the size of the face as it gets nearer or farther from the camera) over the feed from a webcam. Here is an example of how this…