Skip to content Skip to sidebar Skip to footer
Showing posts with the label Convolution

3d Convolution In Python

I need to wite a code to perform a 3D convolution in python using numpy, with 3x3 kernels. I've… Read more 3d Convolution In Python

Strided Convolution Of 2d In Numpy

I tried to implement strided convolution of a 2D array using for loop i.e arr = np.array([[2,3,7,4… Read more Strided Convolution Of 2d In Numpy

Understanding And Evaluating Template Matching Methods

OpenCV has the matchTemplate() function, which operates by sliding the template input across the ou… Read more Understanding And Evaluating Template Matching Methods