Next: Laplacian Pyramid
Up: Gaussian Pyramid Generation
Previous: Pyramid expansion
This method of pyramid formation as outlined in the previous section is equivalent to convolving an image g0 with a weighting function hl as :
|  |
(6) |
Here the size of the weighting function doubles from one level to the next as does the distance between the sample points. The shape of the weighting function infact converges rapidly to a characteristic form with successive higher levels of the pyramid. By characteristic form we mean the shape of the weighting function with a particular choice of the free parameter a (for example for a=0.4 it will approach a Gaussian distribution). The effect of convolving the image with one of the equvalent weighting functions,
, is to low-pass filter the image.The pyramid algorithm mimics this low-pass filtering operation using a small compact two dimensional weighting function and uses a fast algorithm for generating different filtered versions of the original image.
Next: Laplacian Pyramid
Up: Gaussian Pyramid Generation
Previous: Pyramid expansion
Stanford Exploration Project
4/5/2006