Convolution of an image with Laplacian of Gaussian kernel can enhance features of a certain size while removing high spatial frequencies and also very slowly varying "background".
If we take the Fourier transform of a Laplacian of a Gaussian in two dimensions, we get a positive, circular "donut" that goes smoothly to zero approaching zero and infinity radius.
Instead of direct convolution of the signal with a kernel, we can multiply both of their Fourier transforms then inverse transform the product.
I wanted to try several other parameterized "donut-like" filters in Fourier space to compare.
In Wolfram Alpha the functional form of the Laplacian of a 2D Gaussian is easily found, but its Fourier is not. I get only
no result found in terms of standard functions or distributions
- Is it correct that there is none?
- Are there good approximations or rapidly converging series for this, or do I have to generate this convolution kernel numerically?
note: there is always a difference of Gaussians kernel which is obviously amenable to Fourier transform.
