Multi-Exposure Image Fusion Based on Illumination Estimation

A function for fusing two or more differently exposed images of a High Dynamic Range (HDR) scene.
ダウンロード: 1.3K
更新 2016/6/10

ライセンスの表示

out=HDRblend(imagepath,image_type,contrast,gamma,verbose)
Fuses images of type 'image_type', located inside the folder specified by 'imagepath', adding local contrast enhancement defined by 'contrast', as well as gamma correction defined by 'gamma'
--------------------------------------------------------------------------
imagepath: string - path of the folder containing the different exposures
image_type: string - image file format 'jpg', 'png' etc. All should be color images!
contrast: double in the range [0,100] - degree of local contrast compensation
gamma: logical - enable gamma compensation for the total overexposed and total underexposed images
verbose: logical - display intermediate results
All images must be of the same size and format!
--------------------------------------------------------------------------
Based on the following publications. Please cite if used for academic purposes
1. Vonikakis, V., Bouzos, O. & Andreadis, I. (2011). Multi-Exposure Image Fusion Based on Illumination Estimation, IPA2011 (pp.135-142), Heraklion, Crete, Greece.
2. Vonikakis, V., & Andreadis, I. (2008). Multi-Scale Image Contrast Enhancement. ICARCV 2008. (pp. 385-391). Hanoi, Vietnam.
--------------------------------------------------------------------------
This method is also available as a Windows executable and is part of the Orasis software, freely available in:
http://vonikakis.com

引用

Vassilios Vonikakis (2024). Multi-Exposure Image Fusion Based on Illumination Estimation (https://www.mathworks.com/matlabcentral/fileexchange/49275-multi-exposure-image-fusion-based-on-illumination-estimation), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを与えたファイル: Weighted Least Squares Based Detail Enhanced Exposure Fusion

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

Addressed most of the suggestions that Jan Simon highlighted. Thnx for the feedback!

1.1.0.0

Fixed a minor bug regarding the file separator (\ or /) for different operating systems. Now the code runs smoothly both in Windows, Linux and Mac. Thnx Florian for the suggestion!

1.0.0.0