Skip to content

Latest commit

 

History

History

opencv_filtering

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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 the old OpenCV version for the SIRF and SURF algorithms to work
pip install opencv-contrib-python==3.4.2.16 pillow numpy
# OR install the newest OpenCV version (SIRF and SURF algorithms will not work)
pip install opencv-contrib-python pillow numpy
# Run it
python runme.py

Software architecture: Software architecture