Second commit Wavelet Pyramid - Blur levels simplified

This commit is contained in:
Desmis
2019-12-13 16:24:52 +01:00
parent 8c6c06121a
commit e73c8666e2
12 changed files with 143 additions and 11 deletions

View File

@@ -347,6 +347,7 @@ private:
Adjuster* const levelwav;
Adjuster* const residcont;
Adjuster* const residblur;
Adjuster* const levelblur;
Adjuster* const clarilres;
Adjuster* const clarisoft;
Adjuster* const claricres;
@@ -568,6 +569,7 @@ private:
Gtk::Frame* const retitoolFrame;
Gtk::Frame* const residFrame;
Gtk::Frame* const clariFrame;
Gtk::Frame* const blurlevelFrame;
Gtk::Frame* const blurresidFrame;
Gtk::Frame* const grainFrame;
Gtk::Frame* const logFrame;