Skip to content

Latest commit

 

History

History
executable file
·
27 lines (21 loc) · 1.16 KB

readme.md

File metadata and controls

executable file
·
27 lines (21 loc) · 1.16 KB

OpenCV Filtering GUI application

OpenCV Filtering GUI

OpenCV Filtering GUI is a set of various realtime filters to process images from the webcam.

Tested on Windows 10/7 and Ubuntu 18.04 for Python 3.7.4 amd OpenCV 3.4.2.16.

External libraries:

To start OpenCV Filtering GUI:

# Install additional packages
pip install opencv-contrib-python==3.4.2.16 pillow numpy
# Run it
python runme.py

Software architecture: Software architecture