Speedup for high quality S/H.

This commit is contained in:
Emil Martinec
2011-04-09 08:25:02 -05:00
parent 04b4745718
commit 31791b268f
9 changed files with 157 additions and 28 deletions

View File

@@ -35,8 +35,10 @@ class SHMap {
SHMap (int w, int h, bool multiThread);
~SHMap ();
void update (Imagefloat* img, float** buffer, double radius, double lumi[3], bool hq);
void update (Imagefloat* img, float** buffer, double radius, double lumi[3], bool hq, int skip);
void forceStat (float max_, float min_, float avg_);
void dirpyr_shmap (float ** data_fine, float ** data_coarse,
int width, int height, LUTf & rangefn, int level, int scale);
};
};
#endif