First commit Wavelet Pyramid - Clarity and Blur Residual

This commit is contained in:
Desmis
2019-12-13 13:37:16 +01:00
parent 818a302842
commit 446ae7b49c
12 changed files with 308 additions and 79 deletions

View File

@@ -1265,12 +1265,14 @@ struct LocallabParams {
double lclightness;
int levelwav;
double residcont;
double residblur;
double residchro;
double clarilres;
double claricres;
double clarisoft;
int sensilc;
bool fftwlc;
bool blurlc;
Glib::ustring localcontMethod;
std::vector<double> locwavcurve;
Threshold<int> csthreshold;