Wavelet levels Improvments - issue2702

This commit is contained in:
jdc
2015-03-31 08:42:41 +02:00
parent 4f2e23d16f
commit 5ee2bf9431
22 changed files with 2632 additions and 557 deletions

View File

@@ -478,13 +478,22 @@ class WaveletParamsEdited {
bool enabled;
bool strength;
bool median;
bool medianlev;
bool linkedg;
bool lipst;
bool Medgreinf;
bool avoid;
bool c[9];
bool ch[9];
bool Lmethod;
bool CHmethod;
bool CHSLmethod;
bool EDmethod;
bool HSmethod;
bool CLmethod;
bool Backmethod;
bool Tilesmethod;
bool choicemethod;
bool Dirmethod;
bool rescon;
bool resconH;
@@ -494,8 +503,11 @@ class WaveletParamsEdited {
bool thres;
bool threshold;
bool threshold2;
bool chroma;
bool edgedetect;
bool edgedetectthr;
bool edgedetectthr2;
bool chro;
bool chroma;
bool contrast;
bool edgrad;
bool edgval;
@@ -507,9 +519,15 @@ class WaveletParamsEdited {
bool hueskin2;
bool hllev;
bool bllev;
bool clvcurve;
bool edgcont;
bool level0noise;
bool level1noise;
bool level2noise;
bool ccwcurve;
bool opacityCurveBY;
bool opacityCurveRG;
bool hhcurve;
bool Chcurve;
bool pastlev;
bool satlev;
};