unicorn343 / LIME_Processing

Low-light enhancement technology(C++)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We provide a c++ version of low-light enhancement technology, which is helpful for vSLAM and line dect,etc.

Everyone can use it, and stars are necessary.

Related Publications

  • LIME, X. Guo, Y. Li and H. Ling, "LIME: Low-Light Image Enhancement via Illumination Map Estimation," in IEEE Transactions on Image Processing, vol. 26, no. 2, pp. 982-993, Feb. 2017.

Example

Preparation

Clone the code

git clone https://github.com/zj611/LIME_Processing.git

Then build the project

cd LIME_Processing
mkdir build 
cd build 
cmake ..
make

run the project

cd ../bin
./LIME

About

Low-light enhancement technology(C++)


Languages

Language:Makefile 33.1%Language:C++ 30.8%Language:C 18.1%Language:CMake 18.1%