Improve local contrast wavelet with adjuster threshold for levels

This commit is contained in:
Desmis
2019-10-18 16:08:47 +02:00
parent 575016df6e
commit 3df2a18ef3
11 changed files with 347 additions and 132 deletions

View File

@@ -1207,6 +1207,8 @@ struct LocallabParams {
bool fftwlc;
Glib::ustring localcontMethod;
std::vector<double> locwavcurve;
Threshold<int> csthreshold;
// Contrast by detail levels
bool expcbdl;
double mult[6];