Improve local contrast with simple wavelet

This commit is contained in:
Desmis
2019-08-01 10:36:35 +02:00
parent 1a75467794
commit 3105bab29f
17 changed files with 560 additions and 34 deletions

View File

@@ -1128,8 +1128,12 @@ struct LocallabParams {
double lcamount;
double lcdarkness;
double lclightness;
int levelwav;
double residcont;
int sensilc;
bool fftwlc;
Glib::ustring localcontMethod;
std::vector<double> locwavcurve;
// Contrast by detail levels
bool expcbdl;
double mult[6];