Merge pull request #4898 from Beep6581/dehaze

Dehaze
This commit is contained in:
Alberto Griggio
2018-10-31 13:26:08 -05:00
committed by GitHub
27 changed files with 718 additions and 15 deletions

View File

@@ -339,6 +339,7 @@ public:
void Badpixelscam(CieImage * ncie, double radius, int thresh, int mode, float chrom, bool hotbad);
void BadpixelsLab(LabImage * lab, double radius, int thresh, float chrom);
void dehaze(Imagefloat *rgb);
void ToneMapFattal02(Imagefloat *rgb);
void localContrast(LabImage *lab);
void colorToningLabGrid(LabImage *lab, int xstart, int xend, int ystart, int yend, bool MultiThread);