Add PDE Fattal to Exposure PDE - thanks to Alberto

This commit is contained in:
Desmis
2019-09-08 11:31:05 +02:00
parent 0319a93496
commit 0730222cf7
16 changed files with 221 additions and 55 deletions

View File

@@ -45,6 +45,7 @@ namespace procparams
class ProcParams;
struct DehazeParams;
struct FattalToneMappingParams;
struct DirPyrDenoiseParams;
struct LocalContrastParams;
struct LocallabParams;
@@ -415,7 +416,7 @@ public:
void BadpixelsLab(LabImage * lab, double radius, int thresh, float chrom);
void dehaze(Imagefloat *rgb, const DehazeParams &dehazeParams);
void ToneMapFattal02(Imagefloat *rgb);
void ToneMapFattal02(Imagefloat *rgb, const FattalToneMappingParams &fatParams);
void localContrast(LabImage *lab, float **destination, const LocalContrastParams &localContrastParams, bool fftwlc, double scale);
void colorToningLabGrid(LabImage *lab, int xstart, int xend, int ystart, int yend, bool MultiThread);
// void shadowsHighlights(LabImage *lab);