JokerEyeAdas / LTM

The local tone mapping algorithm based on histogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于直方图均衡的LTM实现

  • reference: 参考论文链接

  • how to compile?

     cd ./source
     mkdir build && cd build
     cmake ..
     make
    
  • how to debug?

 #define DEBUG 1 //enbale debug info in main.cpp

debug historm image

  • run result
index 原始灰度图 直方图均衡 LTM
0 原图 全局均衡 LTM
1 原图 全局均衡 LTM
  • QA:局部颜色单一产生band断层
断层图像
原图

About

The local tone mapping algorithm based on histogram


Languages

Language:C++ 91.4%Language:CMake 8.6%