Use the python programming language to visualize convolution filters.
By using kernels (NxM matrices), images can be filtered to produce a variety of effects. From sharpening to blurring, edge detection, shifting, scaling, etc...
This video is aimed at people interested in image processing and python.
Link to an excellent visualization resource by Victor Powell: https://setosa.io/ev/image-kernels/
source: https://github.com/davesspace/tutoria...