Playground
畳込 CNN Filters
Visualize how Convolutional Neural Network filters work. See edge detection, blur, sharpen, and emboss in action.
Upload an image
Select Filter
Edge Detection
Blur
Sharpen
Emboss
Other
Kernel Matrix
-1
0
1
-2
0
2
-1
0
1
Detects vertical edges
Result: Sobel X
Upload an image to apply CNN filters
Convolution multiplies each pixel's neighborhood by the kernel weights and sums them.