JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

tutorial: spatial kernel filtering with `imfilter` and convolution theorem #237

Open johnnychen94 opened 2 years ago

johnnychen94 commented 2 years ago

Now that we have several ways to apply a spatial space kernel to an image:

For the convolution theorem, we have utils like fftshift/ifftshift. We also have freqkern and spacekern functions.

Although these are "obvious" for people who already know them and use them in daily life, we need one or two demos to explain them.