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

@@ -620,7 +620,7 @@ public:
bool blMethod;
bool chroMethod;
bool quamethod;
// bool usemask;
bool usemask;
bool levelthr;
bool lnoiselow;
bool levelthrlow;