3D Convolutional Filter Visualizer

What is a Convolutional Filter?

This 3D visualization shows how a kernel (the floating cubes) processes an input image to create an output. Each cube's height represents its value. As you hover, lines show the neighboring input pixels being multiplied and summed to produce one output pixel.

NewPixel = Σ(Neighbor × KernelValue)