Issue 2594: My kingdom for more wavelets - various speedups, memory reductions, GUI changes and level numbering PP3 change.

This commit is contained in:
DrSlony
2015-02-22 01:35:30 +01:00
parent 32dae1856a
commit 43db722ece
22 changed files with 1316 additions and 908 deletions

View File

@@ -476,6 +476,7 @@ class WaveletParamsEdited {
public:
bool enabled;
bool strength;
bool median;
bool avoid;
bool c[9];
@@ -485,7 +486,6 @@ class WaveletParamsEdited {
bool CLmethod;
bool Tilesmethod;
bool Dirmethod;
bool tiles;
bool rescon;
bool resconH;
bool reschro;
@@ -496,7 +496,10 @@ class WaveletParamsEdited {
bool threshold2;
bool chroma;
bool chro;
bool unif;
bool contrast;
bool edgrad;
bool edgval;
bool edgthresh;
bool thr;
bool thrH;
bool skinprotect;