2nd levels and resid dynamic range compression contrast wavelet

This commit is contained in:
Desmis
2019-12-16 14:16:12 +01:00
parent 1981b17245
commit 81e08265ec
12 changed files with 97 additions and 31 deletions

View File

@@ -362,6 +362,7 @@ private:
Adjuster* const sigma;
Adjuster* const fatdet;
Adjuster* const fatanch;
Adjuster* const fatres;
// Contrast by detail levels
const std::array<Adjuster*, 6> multiplier;
Adjuster* const chromacbdl;
@@ -581,7 +582,6 @@ private:
Gtk::Frame* const residFrame;
Gtk::Frame* const clariFrame;
Gtk::Frame* const blurlevelFrame;
Gtk::Frame* const blurresidFrame;
Gtk::Frame* const contFrame;
Gtk::Frame* const compFrame;
Gtk::Frame* const grainFrame;