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!
- Host: GitHub
- URL: https://github.com/kunalgupta777/moustache-adder-
- Owner: kunalgupta777
- License: mit
- Created: 2017-06-06T12:50:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T13:18:44.000Z (about 9 years ago)
- Last Synced: 2025-05-30T19:17:35.096Z (about 1 year ago)
- Topics: face, face-detection, facerecognition, haar-cascade, image-processing, machine-learning, opencv, python
- Language: Python
- Size: 3.68 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.