Removed tiling pattern caused by race conditions in Highlight Reconstruction method Color propagation, Issue 2481

This commit is contained in:
Ingo
2014-10-20 22:42:21 +02:00
parent de2448b22a
commit 823488966d
3 changed files with 61 additions and 73 deletions

View File

@@ -188,7 +188,7 @@ class RawImageSource : public ImageSource {
static void inverse33 (const double (*coeff)[3], double (*icoeff)[3]);
void boxblur2(float** src, float** dst, int H, int W, int box );
void boxblur_resamp(float **src, float **dst, float & max, int H, int W, int box, int samp );
void boxblur_resamp(float **src, float **dst, int H, int W, int box, int samp );
//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 );