Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Create Image filters using image processing methods with python opencv library

License

Notifications You must be signed in to change notification settings

NJACKWinterOfCode/Image-Filters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Filters

forthebadge forthebadge

Introduction

This project aims towards making Image filters using the python OpenCV library that can be used as filters for an photo editing application. Some basic filters include :

  • black and white
  • sketch
  • cartoonizer

Example :

  • Original Input Image

aaassd

  • Vintage Filter result

vintage_version

  • Cool Filter result

cool_version

  • Black and White Filter result

blacnwhite_version

Technologies :

  • Python 3.6
  • OpenCV (cv2)

Setup instructions :

Initialisation :

  • Fork and clone the project in your system.
  • To install the required packages use the following command in terminal[Unix]: pip3 install -r requirements.txt

Running instructions :

  • Open the terminal in Image-Filters directory and run main.py
  • If you get an error, make sure all the import statements are working, if not, install using pip-install or google the install process.

About

Create Image filters using image processing methods with python opencv library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%