This package is an implementation of the of the paper Multi-exposure and Multi-focus Image Fusion in Gradient Domain, by Sujoy Paul, Ioana S. Sevcenco and Panajotis Agathoklis and published at Journal of Circuits, Systems, and Computers
The package depends on the Wavelet Based Image Reconstruction, which is compiled into the file ReconstructGradient.m
The package uses a multi-exposure image sequence available with Matlab namely the 'office' sequence for demo purpose. Any other image sequence can be used with the package after making necessary changes for loading them in Demo.m
The package can be executed by running the Demo.m script which loads the example 'office' image sequence, applies the algorithm implemented in the package and displays the fused image along with the image sequence.
Please cite the following work if you use this package.
@article{paul2016multi,
title={Multi-exposure and multi-focus image fusion in gradient domain},
author={Paul, Sujoy and Sevcenco, Ioana S and Agathoklis, Panajotis},
journal={Journal of Circuits, Systems and Computers},
volume={25},
number={10},
pages={1650123},
year={2016},
publisher={World Scientific}
}
Please contact Sujoy Paul (supaul@ece.ucr.edu) for any further queries regarding this package.