Skip to content

I have used opencv to build applaction. I have used haar-cascade algorithm to place filter on face

Notifications You must be signed in to change notification settings

danhhuynh25029/FaceFilter

Repository files navigation

FaceFilter

Haar Scascade

How to install:

pip install -r requirements.txt

How to use:

  • Change path video (line 226 test.py)

    cap = cv2.VideoCapture(path)
  • Run file test.py

    python test.py

Unfinished

Compare Haar Cascade and Local Binary Pattern

Why choose Haar Cascade

About

I have used opencv to build applaction. I have used haar-cascade algorithm to place filter on face

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages