Reduced memory consumption esp. when sharpening is off
This commit is contained in:
@@ -35,7 +35,7 @@ class SHMap {
|
||||
SHMap (int w, int h, bool multiThread);
|
||||
~SHMap ();
|
||||
|
||||
void update (Imagefloat* img, float** buffer, double radius, double lumi[3], bool hq, int skip);
|
||||
void update (Imagefloat* img, 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);
|
||||
|
Reference in New Issue
Block a user