- Hands-On Image Processing with Python
- Sandipan Dey
- 36字
- 2025-02-22 06:42:41
Convolution with SciPy signal's convolve2d
The SciPy signal module's convolve2d() function can be used for correlation. We are going to apply convolution on an image with a kernel using this function.