Skip to content

The local tone mapping algorithm based on histogram

Notifications You must be signed in to change notification settings

JokerEyeAdas/LTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

基于直方图均衡的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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published