Local adjustment - local contrast - wavelet - Recovery based on luminance mask (#6057)

* LA GUI Lc and Wavelet - recovery based on luminance mask

* Enable LA Lc wavelet Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-12 15:14:56 +01:00
committed by GitHub
parent 0ba18ab687
commit 8037457a8d
10 changed files with 214 additions and 2 deletions

View File

@@ -1042,7 +1042,11 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallabrecothrev
LUMINANCECURVE, // Evlocallablowthresv
LUMINANCECURVE, // Evlocallabhigthresv
LUMINANCECURVE // Evlocallabdecayv
LUMINANCECURVE, // Evlocallabdecayv
LUMINANCECURVE, // Evlocallabrecothrew
LUMINANCECURVE, // Evlocallablowthresw
LUMINANCECURVE, // Evlocallabhigthresw
LUMINANCECURVE // Evlocallabdecayw
};