Merge branch 'dev' into preprocess_wb

This commit is contained in:
rom9
2020-03-02 20:54:48 +01:00
68 changed files with 8465 additions and 2944 deletions

View File

@@ -676,10 +676,12 @@ struct ColorAppearanceParams {
bool datacie;
bool tonecie;
int tempout;
bool autotempout;
int ybout;
double greenout;
int tempsc;
double greensc;
bool presetcat02;
ColorAppearanceParams();
@@ -1200,9 +1202,14 @@ struct WaveletParams {
int bluemed;
int greenhigh;
int bluehigh;
double mergeL;
double mergeC;
double softrad;
double softradend;
bool lipst;
bool avoid;
bool showmask;
bool tmr;
int strength;
int balance;
@@ -1216,6 +1223,7 @@ struct WaveletParams {
bool expfinal;
bool exptoning;
bool expnoise;
bool expclari;
int Lmethod;
Glib::ustring CLmethod;
@@ -1224,6 +1232,7 @@ struct WaveletParams {
Glib::ustring daubcoeffmethod;
Glib::ustring CHmethod;
Glib::ustring Medgreinf;
Glib::ustring ushamethod;
Glib::ustring CHSLmethod;
Glib::ustring EDmethod;
Glib::ustring NPmethod;
@@ -1231,10 +1240,13 @@ struct WaveletParams {
Glib::ustring TMmethod;
Glib::ustring Dirmethod;
Glib::ustring HSmethod;
double sigma;
int rescon;
int resconH;
int reschro;
double tmrs;
double edgs;
double scale;
double gamma;
int sup;
double sky;
@@ -1254,6 +1266,7 @@ struct WaveletParams {
int edgthresh;
int thr;
int thrH;
int radius;
double skinprotect;
Threshold<int> hueskin;
Threshold<int> hueskin2;