Skip to content

tonghelen/LR3M-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LR3M

This repository contains sample code for paper "LR3M: Robust Low-Light Enhancement via Low-Rank Regularized Retinex Model", published in TIP 2020

Proposed Method

The proposed low-light enhancement method via Low-Rank Regularized Retinex Model (LR3M) simultaneously enhances the images and removes noise. The framework of our method is shown below. We first use an initial illumination to refine the final illumination. Following that we use the obtained illumination map and the input image S to get an initial reflectance map R(0). Then we estimate a noise-free reflectance map based on low-rank regulation. Finally the enhanced image is generated from the illumination and reflectance after the illumination adjustment.

Prerequisites

  • Original code is tested on Matlab R2017a 64bit, Windows 10
  • Note that R2016b may lead to errors.

Usage

  • This work is an extension of our previous work.
  • Our code for low-rank decomposition part is modified from Dong et al..
  • An example of how to run the algorithm is at demo.m.

Citation

@ARTICLE{9056796,
  author={X. {Ren} and W. {Yang} and W. {Cheng} and J. {Liu}},
  journal={IEEE Transactions on Image Processing}, 
  title={LR3M: Robust Low-Light Enhancement via Low-Rank Regularized Retinex Model}, 
  year={2020},
  volume={29},
  number={},
  pages={5862-5876},}

About

Image Enhancing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published