Add contrast by level to wavelet pyramid

This commit is contained in:
Desmis
2019-12-14 09:08:12 +01:00
parent 66e0309696
commit 2f414e20ed
15 changed files with 214 additions and 12 deletions

View File

@@ -1268,6 +1268,7 @@ struct LocallabParams {
double residblur;
double levelblur;
double residchro;
double sigma;
double clarilres;
double claricres;
double clarisoft;
@@ -1278,6 +1279,7 @@ struct LocallabParams {
std::vector<double> locwavcurve;
Threshold<int> csthreshold;
std::vector<double> loclevwavcurve;
std::vector<double> locconwavcurve;
// Contrast by detail levels
bool expcbdl;