Skip to content

rohitgr7/opencv-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV filters

Real time image and video filtering using OpenCV.

Dependencies

Use pip install -r requirements.txt to install all the required dependencies.

Also you need tkinter so run sudo apt-get install python3-tk to get that.

Guide

Use python image_filter.py -i <image path> -o <Path to save the snapshots> for image filtering.

Use python video_filter.py -v <video path> -o <Path to save the snapshots> for video filtering. By default -v is default to 0 which is your webcam.

About

Implementation of image filters with opencv. Contains both image and video filters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages