merge with dev

This commit is contained in:
Desmis
2019-11-22 07:28:09 +01:00
13 changed files with 16 additions and 115 deletions

View File

@@ -53,7 +53,7 @@ private:
void fillLuminance( Imagefloat * img, float **luminance, double lumi[3] );
void fillLuminanceL( float ** L, float **luminance );
void dirpyr_shmap(float ** data_fine, float ** data_coarse, int width, int height, LUTf & rangefn, int level, int scale);
void dirpyr_shmap(float ** data_fine, float ** data_coarse, int width, int height, const LUTf& rangefn, int level, int scale);
};