[SciPy-user] conv2

Travis Oliphant oliphant at ee.byu.edu
Tue Nov 22 06:46:33 EST 2005


Samuel GARCIA wrote:

>Is there a function for 2D convolution ?
>conv2 in matlab
>
>thanks
>
>samuel
>
>  
>
Yes, but only in full scipy.

scipy.signal.convolve   --- N-dimensional convolution
scipy.signal.convolve2d  -- 2-d convolution with a few extra features.

-Travis





More information about the SciPy-User mailing list