Images.jl's imfilter might be what you want.
--Tim

On Tuesday, March 04, 2014 03:38:15 AM Oliver Lylloff wrote:
> Hello all,
> 
> Is anyone aware of a linear convolution implementation?
> The Base.conv and Base.conv2 functions are implemented with fft which makes
> them circular convolution functions (as far as I know).
> 
> I'm looking for something alike Matlabs conv2 or SciPys signal.convolve2d.
> 
> Should be straightforward to implement though.
> 
> Best,
> Oliver

Reply via email to