Local adjustment denoise - added Laplacian to detail threshold DCT (#6027)

* Comment code

* Change GUI place edge detection

* added usemask in reset

* Added sk gaussian blur edge DCT

* Improve Laplacian threshold detail DCT
This commit is contained in:
Desmis
2020-12-19 07:46:12 +01:00
committed by GitHub
parent 183b20110b
commit 36cd2bc8ba
12 changed files with 1017 additions and 54 deletions

View File

@@ -667,7 +667,7 @@ private:
Gtk::Label* const maskusable;
Gtk::Label* const maskunusable;
// Gtk::CheckButton* const usemask;
Gtk::CheckButton* const usemask;
Adjuster* const lnoiselow;
Adjuster* const levelthr;
Adjuster* const levelthrlow;
@@ -682,6 +682,7 @@ private:
Adjuster* const noisechrof;
Adjuster* const noisechroc;
Adjuster* const noisechrodetail;
Gtk::Frame* const detailFrame;
Adjuster* const detailthr;
Adjuster* const adjblur;
Adjuster* const bilateral;