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

Go to the source code of this file.

Namespaces

 pic
 

Functions

PIC_INLINE Image * pic::computePoissonSolver (Image *f, Image *ret=NULL)
 computePoissonSolver More...
 
PIC_INLINE Image * pic::computePoissonSolverIterative (Image *img, Image *laplacian, std::vector< int > coords, int maxSteps=100)
 computePoissonSolverIterative More...