An open API service indexing awesome lists of open source software.

https://github.com/kunalgupta777/moustache-adder-

Python Script to add a cool moustache to all detected faces in a photograph!
https://github.com/kunalgupta777/moustache-adder-

face face-detection facerecognition haar-cascade image-processing machine-learning opencv python

Last synced: about 2 months ago
JSON representation

Python Script to add a cool moustache to all detected faces in a photograph!

Awesome Lists containing this project

README

          

# Moustache Adder-Python/OpenCV
The python script adds a cool moustache to all the detected faces in a photograph using OpenCV and Haar Cascade Classifier
## Dependencies

| Item | Version |
| ------------- |:-------------:|
| Python | 2.7x |
| OpenCV | 3.2.0 |

The *Haar Cascade Classifer-Frontal Face Defalut.xml* is given in the repo. Paste it in the same directory as the Project File.
Sample images are given to test the script. Additional Images can also be used.