merge with Dev
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
float** map;
|
||||
float max_f, min_f, avg;
|
||||
|
||||
SHMap (int w, int h, bool multiThread);
|
||||
SHMap (int w, int h);
|
||||
~SHMap ();
|
||||
void updateLab (LabImage* img, double radius, bool hq, int skip);
|
||||
|
||||
@@ -44,7 +44,6 @@ public:
|
||||
|
||||
private:
|
||||
int W, H;
|
||||
bool multiThread;
|
||||
void fillLuminanceLab( LabImage * img, float **luminance);
|
||||
|
||||
void fillLuminance( Imagefloat * img, float **luminance, double lumi[3] );
|
||||
|
Reference in New Issue
Block a user