DeHaze bugfixes, optimizations and changed behaviour of strength slider

This commit is contained in:
heckflosse
2015-09-02 16:05:15 +02:00
parent 4fdbe89ebe
commit aab584fa53
8 changed files with 307 additions and 304 deletions

View File

@@ -227,7 +227,7 @@ public:
void boxblur2(float** src, float** dst, int H, int W, int box );
void boxblur_resamp(float **src, float **dst, int H, int W, int box, int samp );
void MSR(LabImage* lab, int width, int height, int skip, DehazParams lcur);
void MSR(float** luminance, float **originalLuminance, int width, int height, DehazParams lcur);
//void boxblur_resamp(float **red, float **green, float **blue, int H, int W, float thresh[3], float max[3],
// multi_array2D<float,3> & hfsize, multi_array2D<float,3> & hilite, int box );