1 / 14

Single Image Vignetting Correction

Patrick Flynn. Single Image Vignetting Correction. Outline. Motivation and Background Previous Work Current Method My Implementation Results Looking Ahead. Background. Vignetting is an effect where the image intensity drops off away from the center. Background (Cont.).

naiara
Télécharger la présentation

Single Image Vignetting Correction

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. Patrick Flynn Single Image Vignetting Correction

  2. Outline • Motivation and Background • Previous Work • Current Method • My Implementation • Results • Looking Ahead

  3. Background • Vignetting is an effect where the image intensity drops off away from the center.

  4. Background (Cont.) • Causes of vignetting: • Mechanical: Lens hoods, filters • Optical: Due to lens itself • Natural: Less light reflected at sharp angles • Sometimes added for artistic effects • This project focuses on trying to reverse this effect.

  5. Previous Work • Use calibration images for a camera • Use overlapping scene images to fit a function • Segment the image into regions and use texture info to rebuild image • Fit some vignetting model

  6. The method I used… • Presented by Zheng et al at ‘08 CVPR Conf. • Idea: Since vignetting is a function of the radius, use radial information. • Uses the radial gradient:

  7. The method (Cont) • Observation: For ‘normal’ images the distribution of the radial gradients is symmetric.

  8. The method (Cont) • For images with vignetting the distribution is asymmetric

  9. Correction • Model input image as the pure image times a vignetting function: • If we find V, we can determine I.

  10. Correction (Cont.) • Fit a function for V by minimizing the asymmetry in I. • They proposed both a least-squares and a nonlinear optimization method • The least squares function is flexible in terms of types of images • The nonlinear model had better results

  11. My Implementation • So far I have implemented the asymmetry measure in matlab. • Demo time

  12. To Do • Add the image correction features using the MATLAB optimization toolbox. • But I should get something like this…

  13. Results (from Paper)

  14. Questions?

More Related