Skip to content

Applying different filters to image using OpenCV, Numpy and Matplotlib libraries of Python

Notifications You must be signed in to change notification settings

PrajwalAmte/Image-Filters-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Filtering Using OpenCV

This is a Python program for applying different image filters to an image using the OpenCV library.

Installation

Before running the program, you need to install the following libraries:

  • OpenCV
  • Matplotlib
  • NumPy
  • Seaborn

You can install them using pip by running the following command:

pip install opencv-python matplotlib numpy seaborn

Usage

  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Place your image in the project directory.
  • Open the image_filtering.py file and run the program.
  • Select the desired effect to apply from the prompt.
  • The resulting image will be displayed on the screen.
  • Supported Filters

The program currently supports the following filters:

  • Emboss
  • Sharpen
  • Blur
  • Sepia

About

Applying different filters to image using OpenCV, Numpy and Matplotlib libraries of Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages