- Hands-On Image Processing with Python
- Sandipan Dey
- 45字
- 2025-02-22 06:42:41
Why convolve an image?
Convolution applies a general-purpose filter effect on the input image. This is done in order to achieve various effects with appropriate kernels on an image, such as smoothing, sharpening, and embossing, and in operations such as edge detection.