8000 CVFS/Guassian Filter at main · rohit-krish/CVFS · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Guassian Filter

For explanation check out my article on medium

banner of the article

Python version 3.10.9

Libraries used:

  1. Numpy version 1.23.5
  2. Matplotlib version 3.5.2
  3. Pillow version 9.3.0
  • Numpy is for scientific computing.
  • Matplotlib is for plotting the result.
  • Pillow is used to read the image from computer.

The used libraries are just for the convenience, all other operations are coded from scratch.

pip install -r requirements.txt

Have a good day 🙏

0