Vizualizing convolution filters in python (tutorial)

Опубликовано: 23 Октябрь 2024
на канале: Dave's Space
14,527
298

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...