Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 620 Bytes

Filters-With-Opencv

Basic Snapchat & Instagram filters with openCV

1. Ice Defrosting

Ice defrosting is a fun as well as challenging application to make. It can be done with the help of hand landmark detection.

Steps:-

  • Step 1: Detect all hand landmarks.
  • Step 2: Make a circle such that it covers all the landmarks in between on ice image.
  • Step 3: Overlap the Ice image onto our camera image.
  • Step 4: Swap out the circle of ice image with our camera image whenever a hand is detected.
  • Step 5: If no hand is detected, repeat step 3

2. Pig Nose

Create Instagram Face Filters using Opencv with Python.