Skip to content

基于人视觉构造高性能实现(移植)HDR算法

Notifications You must be signed in to change notification settings

Hard-studying-man/HDR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDR

基于人视觉构造高性能实现(移植)HDR算法

file layout

  • cpp (my main work)
    C++ implementation of hdr algorithm, with parallel computing using producer–consumer synchronization
  • matlab
    matlab version of hdr algorithm, from PuXuan's master's thesis
  • python
    python implementation of hdr algorithm, just for transformation from matlab functions to opencv, quiet slow
  • reference
    references, including PuXuan's master's thesis
  • testiamges
    well, test images

dependency

  • CMake
  • C++11 compatible compiler
  • OpenCV

About

基于人视觉构造高性能实现(移植)HDR算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.0%
  • MATLAB 31.8%
  • Python 6.8%
  • CMake 1.4%