Conversation

Heh, a spreadsheet is a natural no-code way to visualize a convolution :D Just used the sumproduct function for the elementwise product sum, and conditional formatting with a color range to render it an image. (this was this week's AI workshop prompt at )
Image
2
43
low code/no code shennanigans like this is total mediocre midwit zone never write code where a spreadsheet will do the trick is my philosophy in life
6
39
Replying to and
If anyone wants to play with this, just copy my spreadsheet. There are 2 tabs, with small/large images. You can just tweak the pixel values and kernel values to see the effects. Double click any output cell to see the sum-product.
1
6
This is actually a surprising amount of fun to play with. You can blur, slide, shear the image using different kernels, detect edges and corners, etc