Next: Gaussian and Laplacian Pyramids
Up: Image Pyramids for generating
Previous: Image Pyramids for generating
  Contents
The 1D Gaussian filter is:
 |
(1) |
The impulse response of the 1D Gaussian Filter is given by:
 |
(2) |
Properties of the Gaussian Filter
- An important property of the Gaussian function is that the fourier of the Gaussian is itself a Gaussian
 |
(3) |
- The width of the Gaussian increases as
increases
Figure 3:
Effect of parameter sigma on the Gaussian function
 |
and
are inversely related i.e, the bandwidth of the filter is inversely related to
.
The impulse response of the 2D Gaussian filter is:
 |
(4) |
The frequency response of the 2D Gaussian Filter is given by:
![\begin{displaymath}
H(u,v) = 2 \pi \sigma_x \sigma_y [e^{-2 \pi^2[u^2 \sigma_x^2 + v^2 \sigma_y^2]}
\end{displaymath}](img13.png) |
(5) |
=
where,
Figure 4:
Plot of frequency response of the 2D Gaussian
 |
As can be seen from the figure, the frequency response of the 2D Gaussian, it is a low pass filter.
Next: Gaussian and Laplacian Pyramids
Up: Image Pyramids for generating
Previous: Image Pyramids for generating
  Contents
2002-06-03