Improve local denoise with low levels wavelet

This commit is contained in:
Desmis
2019-04-11 11:05:22 +02:00
parent e80617d39b
commit 79455f9c09
10 changed files with 94 additions and 17 deletions

View File

@@ -188,6 +188,8 @@ private:
Adjuster* const softradiuscb;
// Denoise
Adjuster* const noiselumf;
Adjuster* const noiselumf0;
Adjuster* const noiselumf2;
Adjuster* const noiselumc;
Adjuster* const noiselumdetail;
Adjuster* const noiselequal;