jasonwebb / morphogenesis-resources

Resources on the topic of digital morphogenesis (creating form with code). Includes links to major articles, code repos, creative projects, books, software, and more.
1.99k stars 113 forks source link

Kernel / convolution matrix #37

Open jasonwebb opened 6 months ago

jasonwebb commented 6 months ago

New topic to add to the Useful code patterns and techniques section

In the context of image processing, a kernel is a convolution matrix applied to individual pixels to create effects like blurring, sharpening, edge detection, embossing, and more.

Convolution matrices are a math topic related to this - maybe it deserves a section in Math and physics topics?