sunglasses
Here are 8 public repositories matching this topic...
This repo was made with the purpose of Swift Practice.
-
Updated
Dec 17, 2016 - Swift
Python application that combine your face and a sunglasses image
-
Updated
Sep 8, 2019 - Python
nema-zag circuit simulator 2000
-
Updated
Feb 5, 2017 - Python
Wayfarer Style printable Glasses with the building steps in the wiki
-
Updated
Mar 24, 2018
Special RGB Shades code with selectable Christmas and New Years patterns
-
Updated
Nov 18, 2016 - C
Finding the best ways to put sunglasses on everyone you know
-
Updated
Mar 30, 2020 - Python
Improve this page
Add a description, image, and links to the sunglasses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sunglasses topic, visit your repo's landing page and select "manage topics."


cv2.findContours() has been changed in the new version of opencv
https://github.com/akshaychandra21/Selfie_Filters_OpenCV/blob/9dd59ae72716fe25370ff2a396bc812b42766f69/shades.py#L48
Should add a requirements.txt file or fix like this
(cnts, _) = cv2.findContours(blueMask.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE)