Add simplified Scope to local denoise

This commit is contained in:
Desmis
2017-12-18 08:50:49 +01:00
parent db03c16f45
commit 7a826a586d
16 changed files with 460 additions and 109 deletions

View File

@@ -916,6 +916,7 @@ struct LocallabParams {
int noiselumc;
int noiselumdetail;
int noisechrodetail;
int sensiden;
int noisechrof;
int noisechroc;
int sharradius;
@@ -955,6 +956,7 @@ struct LocallabParams {
bool inversret;
bool inverssha;
double hueref;
double huerefblur;
double chromaref;
double lumaref;
double sobelref;