Local adjustments - Retinex - Last Recovery based on luminance mask (#6062)

* LA Retinex GUI for Recovery based on luminance mask

* LA Retinex Enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-15 12:29:46 +01:00
committed by GitHub
parent 58feb50b33
commit ea6bb8fcf7
12 changed files with 248 additions and 14 deletions

View File

@@ -930,6 +930,13 @@ private:
Gtk::Label* const transLabels2;
CurveEditorGroup* const LocalcurveEditorgainT;
FlatCurveEditor* const cTgainshape;
MyExpander* const exprecovr;
Gtk::Label* const maskusabler;
Gtk::Label* const maskunusabler;
Adjuster* const recothresr;
Adjuster* const lowthresr;
Adjuster* const higthresr;
Adjuster* const decayr;
MyExpander* const expmaskreti;
MyComboBoxText* const showmaskretiMethod;
Gtk::CheckButton* const enaretiMask;