Skip to content

python script to implement convolution, filtering an image with a kernel

Notifications You must be signed in to change notification settings

harrylal/python-implementation-of-convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-implementation-of-convolution

Required Libraries

  • Numpy
  • Opencv
    • $ pip3 install numpy,opencv-python

Execution of Menu driven code

  • Set the PATH_TO_IMAGE on line5 of main.py, By default the gear.jpg within the data folder is set as input image
  • Run the main.py file. $ python3 main.py

Notes:

  • Details of avgfilter module can be viewed using python help function >>help(avgfilter)
  • Data folder contains 2 sample images for the code
  • Processed_example folder contains example outputs

About

python script to implement convolution, filtering an image with a kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages