jadvani / face_filters

Using Haarcascade Face Detection, overlaps an image to your real-time grabbed face using a webcam.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Filters

Instagram/Snapchat-like Face Filters in OpenCV. This code was created to show IEEE Students how can we apply a basic Computer Vision implementation in real life situations.

preview

Dependencies

  • OpenCV
  • Python 3.x

Filters currently available

  1. Dog Filter
  2. Moustache Filter
  3. Cowboy Hat Filter
  4. Dog
  5. Flower

How to run

Simply run 'filters.py' and then choose one of the filters above.

*Note: Press 'q' to finish the execution

preview

About

Using Haarcascade Face Detection, overlaps an image to your real-time grabbed face using a webcam.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%