Local adjustment - local contrast - wavelet - Recovery based on luminance mask (#6057)

* LA GUI Lc and Wavelet - recovery based on luminance mask

* Enable LA Lc wavelet Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-12 15:14:56 +01:00
committed by GitHub
parent 0ba18ab687
commit 8037457a8d
10 changed files with 214 additions and 2 deletions

View File

@@ -1111,6 +1111,13 @@ private:
FlatCurveEditor* const wavshapecomp;
Adjuster* const fatres;
Gtk::CheckButton* const fftwlc;
MyExpander* const exprecovw;
Gtk::Label* const maskusablew;
Gtk::Label* const maskunusablew;
Adjuster* const recothresw;
Adjuster* const lowthresw;
Adjuster* const higthresw;
Adjuster* const decayw;
MyExpander* const expmasklc;
MyComboBoxText* const showmasklcMethod;
Gtk::CheckButton* const enalcMask;