Skip to content

Python implementation of the algorithm in the paper "Robust Multi-Exposure Image Fusion: A Structural Patch Decomposition Approach"

License

Notifications You must be signed in to change notification settings

Jensen-JZ/SPD_MEF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPD-MEF (Implementation of "Robust Multi-Exposure Image Fusion: A Structural Patch Decomposition Approach")

Python implementation of the algorithm in the paper "Robust Multi-Exposure Image Fusion: A Structural Patch Decomposition Approach"


Usage

a. Go to the project directory.

cd SPD_MEF/

b. Generate the fused enhanced image.

python spd_mef.py --input_path ${INPUT_PATH} (Optional: --p ${P} --gsig ${GSIG} --lsig ${LSIG} --patch_size ${PATCH_SIZE} --step_size ${STEP_SIZE} --exp_thres ${EXP_THRES} --cons_thres ${CONS_THRES} --strt_thres ${STRT_THRES})

Please replace ${INPUT_PATH} and the optional parameters in the shell of the command line with the correct value. You can use the following command to check the meaning of these optional parameters.

python spd_mef.py -h

About

Python implementation of the algorithm in the paper "Robust Multi-Exposure Image Fusion: A Structural Patch Decomposition Approach"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages