Merge with ef386222219c7d420954431bdbcf252e8a487d1c

This commit is contained in:
Hombre
2014-02-19 14:09:22 +01:00
parent 8d70ca0f41
commit ee040bc8cd
94 changed files with 1433 additions and 218 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
*/