Remove your background colour from your camera record with Python3 and OpenCV.
Don't forget install python-opencv and numpy on your PC.
> pip3 install python-opencv numpy
Easy ! Just run this command on your Terminal (MacOS & Linux Users) or Command Promte (Winodws Users).
> python3 app.py
After run the start command; You'll have an outher window for settings that you can change which colour should be remove!
For the first step, change 'U - h' to 100 or lower.
[23 Nov 2019] First commit (version)!