Prepare Edge Sharpness wavelet pyramid

This commit is contained in:
Desmis
2020-01-26 10:17:34 +01:00
parent 9cc22a3625
commit 82d8844ee6
15 changed files with 374 additions and 20 deletions

View File

@@ -1291,16 +1291,21 @@ struct LocallabParams {
double gradw;
double tloww;
double thigw;
double edgw;
double basew;
int sensilc;
bool fftwlc;
bool blurlc;
bool wavblur;
bool wavedg;
bool wavcont;
bool wavcomp;
bool wavgradl;
bool wavcompre;
bool origlc;
Glib::ustring localcontMethod;
Glib::ustring localedgMethod;
Glib::ustring localneiMethod;
std::vector<double> locwavcurve;
Threshold<int> csthreshold;
std::vector<double> loclevwavcurve;