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

@@ -308,6 +308,7 @@ protected:
LUTi noiselumcs;
LUTi noiselumdetails;
LUTi noisechrodetails;
LUTi sensidens;
LUTi noisechrofs;
LUTi noisechrocs;
LUTi mult0s;
@@ -358,11 +359,12 @@ protected:
LUTi warms;
LUTf huerefs;
LUTf huerefblurs;
LUTf chromarefs;
LUTf lumarefs;
LUTf sobelrefs;
double huer, chromar, lumar, sobeler;
double huer, huerblu, chromar, lumar, sobeler;
void startProcessing();
void process();
float colourToningSatLimit;