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

@@ -1214,7 +1214,7 @@ struct LocallabParams {
Glib::ustring quamethod; // cons agre
Glib::ustring blurMethod; // norm, inv
Glib::ustring medMethod; // none, 33, 55, 77, 99
// bool usemask;
bool usemask;
double levelthr;
double lnoiselow;
double levelthrlow;