CBDL skin tones targeting-protection issue2150

This commit is contained in:
jdc
2014-02-16 08:24:18 +01:00
parent 36d982bf1d
commit 50eb43ede0
89 changed files with 1218 additions and 174 deletions

View File

@@ -745,10 +745,16 @@ class DirPyrEqualizerParams {
public:
bool enabled;
bool gamutlab;
double mult[5];
double threshold;
double skinprotect;
Threshold<int> hueskin;
// Glib::ustring algo;
DirPyrEqualizerParams() : hueskin(20, 80, 2000, 1200, false) {};
};
/**
* HSV equalizer params
*/