ishita27 / Image-Filters

Image Filters using Image processing in openCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%