Skip to content

2D Convolution for Image Filtering. This program convolves a kernel (or a filter) with a grayscale image.

Notifications You must be signed in to change notification settings

MilkTablee/Image-Filtering-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Filtering-Python

2D Convolution for Image Filtering. This program convolves a kernel (or a filter) with a grayscale image.

Kernel can be defined by updating kernel variable in the main function. Input image (to be convolved with kernel/filter) can be defined by updating img variable in the main function.

Written in Python version 3.6.6 with the package opencv-contrib-python version 3.4.2.16 on PyCharm IDE.

About

2D Convolution for Image Filtering. This program convolves a kernel (or a filter) with a grayscale image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages