Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

caoji2001/exposure-fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exposure Fusion

Python implementation of Exposure Fusion.

Here are some photos with different exposures:

A.jpg B.jpg C.jpg D.jpg

Here is the result of exposure fusion using the naive implementation: naive_fusion.jpg

Here is the result of exposure fusion using the Gaussian kernel: gaussian_fusion.jpg

Here is the result of exposure fusion using Gaussian pyramid and Laplacian pyramid: laplacian_fusion.jpg

Usage

  1. Put photos with different exposures into the pics folder.
  2. Run main.py

References

[1]: T. Mertens, J. Kautz and F. Van Reeth, "Exposure Fusion," 15th Pacific Conference on Computer Graphics and Applications (PG'07), Maui, HI, USA, 2007, pp. 382-390, doi: 10.1109/PG.2007.17.

About

Python implementation of Exposure Fusion

Resources

License

Stars

Watchers

Forks

Languages