1 / 17

Image Pyramids

Image Pyramids. Computer Vision, winter 2012-13 CS Department, Technion. Topics. The Gaussian Pyramid The Laplacian Pyramid Applications: Pattern Matching Coding (Compression) Enhancement Blending. Gaussian Pyramid. Gaussian Pyramid. Approximation filter is not Gaussian

ziv
Download Presentation

Image Pyramids

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Image Pyramids Computer Vision, winter 2012-13 CS Department, Technion

  2. Topics • The Gaussian Pyramid • The Laplacian Pyramid • Applications: • Pattern Matching • Coding (Compression) • Enhancement • Blending

  3. Gaussian Pyramid

  4. Gaussian Pyramid • Approximation filter is not Gaussian • A 5 tap binomial kernel: • 2D extension:

  5. Pattern Matching

  6. Laplacian Pyramid

  7. Laplacian Pyramid • Approximation of the Laplacian of each scale • Constructed by Difference of Gaussian (DoG) layers

  8. LaplacianPyramid

  9. Image Coding

  10. Enhancement

  11. Enhancement

  12. Pyramid Blending

  13. Step I - Create Blend Masks

  14. Step II Blend 1 Blend 1 Mask Blend 2 Blend 2 Mask • Weighted sum over each Laplacianpyramid scale (of the images) independently • Gaussian pyramid of masks, or simple resizing of masks to correct dimensions

  15. Step III • Standard Laplacian pyramid reconstruction of blended scales

  16. Implementation Issues • Image registration • Feathering • Over/under flows outside [0,1] • MATLAB function: impyramid() • Only Gaussian pyramid • ‘reduce’ or ‘expand’ modes • MATLAB function: imresize() • Useful for masks resizing

More Related