akshitagupta15june / akshitagupta15june/Face-X
Feature request
Offen
#1,482
1 Kommentar
0 Reaktionen
1 zugewiesene Person
Beansprucht von @ayushgupta9906
Auf GitHub ansehen
enhancement
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 853
- Forks
- 596
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Is your feature request related to a problem? Please describe.**
For new Snapchat filter (New Idea)
Convert the frame to grayscale: Snapchat filter codes typically work on grayscale images, so it's a good idea to convert the captured frame to grayscale:
gray_frame = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
and also other one is
blurred_frame = cv2.GaussianBlur(gray_frame, (25, 25), 0)
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.