Skip to content

lmurmann/retinex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retinex C++ Implementation

This is an implementation of the Retinex algorithm for intrinsic image decomposition. The provided code computes image gradients, and assembles a sparse linear "Ax = b" system. The system is solved using Eigen.

Dependencies

  • Eigen for sparse linear solve
  • For imread: OpenCV

Example results

Input

inputt

Reflectance

reflectance

About

Retinex Intrinsic Images in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages