Gaussian Discrete Kernel

From GM-RKB
Jump to navigation Jump to search

A Gaussian Discrete Kernel is a modified Bessel Function that is defined as [math]\displaystyle{ L(x, t) = \sum_{n=-\infty}^{\infty} f(x-n) \, T(n, t) }[/math].



References

2018

  • (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Scale_space_implementation#The_discrete_Gaussian_kernel Retrieved:2018-4-8.
    • A more refined approach is to convolve the original signal by the discrete Gaussian kernel T(n, t)[1] [2] [3] : [math]\displaystyle{ L(x, t) = \sum_{n=-\infty}^{\infty} f(x-n) \, T(n, t) }[/math] where : [math]\displaystyle{ T(n, t) = e^{-t} I_n(t) }[/math] and [math]\displaystyle{ I_n(t) }[/math] denotes the modified Bessel functions of integer order, n. This is the discrete counterpart of the continuous Gaussian in that it is the solution to the discrete diffusion equation (discrete space, continuous time), just as the continuous Gaussian is the solution to the continuous diffusion equation. [4] This filter can be truncated in the spatial domain as for the sampled Gaussian : [math]\displaystyle{ L(x, t) = \sum_{n=-M}^{M} f(x-n) \, T(n, t) }[/math] or can be implemented in the Fourier domain using a closed-form expression for its discrete-time Fourier transform: : [math]\displaystyle{ \widehat{T}(\theta, t) = \sum_{n=-\infty}^{\infty} T(n, t) \, e^{-i \theta n} = e^{t(\cos \theta - 1)}. }[/math] With this frequency-domain approach, the scale-space properties transfer exactly to the discrete domain, or with excellent approximation using periodic extension and a suitably long discrete Fourier transform to approximate the discrete-time Fourier transform of the signal being smoothed. Moreover, higher-order derivative approximations can be computed in a straightforward manner (and preserving scale-space properties) by applying small support central difference operators to the discrete scale space representation. [5]

      As with the sampled Gaussian, a plain truncation of the infinite impulse response will in most cases be a sufficient approximation for small values of ε, while for larger values of ε it is better to use either a decomposition of the discrete Gaussian into a cascade of generalized binomial filters or alternatively to construct a finite approximate kernel by multiplying by a window function. If ε has been chosen too large such that effects of the truncation error begin to appear (for example as spurious extrema or spurious responses to higher-order derivative operators), then the options are to decrease the value of ε such that a larger finite kernel is used, with cutoff where the support is very small, or to use a tapered window.