image pyramids
play

Image Pyramids 16-385 Computer Vision (Kris Kitani) Carnegie Mellon - PowerPoint PPT Presentation

Image Pyramids 16-385 Computer Vision (Kris Kitani) Carnegie Mellon University What are image pyramids used for? Image blending Multi-scale Image compression texture mapping Multi-focus composites Noise removal Hybrid images Multi-scale


  1. Image Pyramids 16-385 Computer Vision (Kris Kitani) Carnegie Mellon University

  2. What are image pyramids used for? Image blending Multi-scale Image compression texture mapping Multi-focus composites Noise removal Hybrid images Multi-scale detection Multi-scale registration

  3. The Laplacian Pyramid as a Compact Image Code (1983) Peter J. Burt and Edward H. Adelson

  4. Constructing a Gaussian Pyramid sample repeat filter filter sample subsample until min resolution reached filter Whole pyramid is only 4/3 the size of the original image!

  5. Gaussian pyramid What happens to the details of the image? What is preserved at the higher scales? How would you reconstruct the original image using the upper pyramid?

  6. Gaussian pyramid What happens to the details of the image? What is preserved at the higher scales? Not possible

  7. Level 0 Level 1 What is lost between levels? What does blurring take away?

  8. - = Level 0 Level 1 Residual (thrown away by blurring) (band-pass filter) We can retain the residuals with a ...

  9. Laplacian pyramid Retains the residuals (details) between pyramid levels Can you reconstruct the original image using the upper pyramid? What exactly do you need to reconstruct the original image?

  10. Partial answer: = + Level 0 Level 0 Level 1 (resized) Low frequency High frequency component component

  11. Constructing the Laplacian Pyramid do( i = 0 : nScales-1 ) { l i = blur(f i ) h i = l i - f i f i+1 = subSamp2(l i ) } http://sepwww.stanford.edu/~morgan/texturematch/paper_html/node3.html

  12. Constructing the Laplacian Pyramid What’s this part called? do( i = 0 : nScales-1 ) { l i = blur(f i ) h i = l i - f i f i+1 = subSamp2(l i ) } http://sepwww.stanford.edu/~morgan/texturematch/paper_html/node3.html

  13. Constructing the Laplacian Pyramid do( i = 0 : nScales-1 ) { l i = blur(f i ) h i = l i - f i What’s this part called? f i+1 = subSamp2(l i ) } http://sepwww.stanford.edu/~morgan/texturematch/paper_html/node3.html

  14. What do you need to construct the original image?

  15. What do you need to construct the original image? (1) Residuals

  16. What do you need to construct the original image? (2) smallest image (1) Residuals

  17. Reconstructing the original image do( i = nScales-1:-1:0) { l i = upSamp2(f i+1 ) fi = h i + l i } output: f 0

  18. Why is it called the Laplacian Pyramid? - = - ≈ unit Gaussian Laplacian Difference of Gaussians approximates the Laplacian http://en.wikipedia.org/wiki/Difference_of_Gaussians

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend