akshitagupta15june / akshitagupta15june/Face-X
Feature request
Aperta
enhancement
- Lingua principale
- Jupyter Notebook
- Stelle
- 853
- Fork
- 596
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**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)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.