- Numpy
- Opencv
$ pip3 install numpy,opencv-python
- 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
- 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