Skip to content

karimbutt/Image-Filters

 
 

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

Image Filters using Image processing in openCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%