PICCANTE  0.4
The hottest HDR imaging library!
Namespaces | Functions
lischinski_minimization.hpp File Reference
#include "../externals/Eigen/Sparse"
#include "../externals/Eigen/src/SparseCore/SparseMatrix.h"
#include "../base.hpp"
#include "../image.hpp"

Go to the source code of this file.

Namespaces

 pic
 

Functions

float pic::LischinskiFunction (float Lcur, float Lref, float param[2], float LISCHINSKI_EPSILON=0.0001f)
 LischinskiFunction. More...
 
float pic::LischinskiFunctionGauss (float Lcur, float Lref, float param[2])
 LischinskiFunctionGauss. More...
 
PIC_INLINE Image * pic::LischinskiMinimization (Image *L, Image *g, Image *omega=NULL, float omega_global=1.0f, Image *gOut=NULL, float alpha=1.0f, float lambda=0.4f, float LISCHINSKI_EPSILON=1e-4f)
 LischinskiMinimization. More...