Local adjustments - Retinex - Last Recovery based on luminance mask (#6062)

* LA Retinex GUI for Recovery based on luminance mask

* LA Retinex Enable Recovery based on luminance mask
This commit is contained in:
Desmis
2021-01-15 12:29:46 +01:00
committed by GitHub
parent 58feb50b33
commit ea6bb8fcf7
12 changed files with 248 additions and 14 deletions

View File

@@ -1055,7 +1055,11 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallabrecothrecb
LUMINANCECURVE, // Evlocallablowthrescb
LUMINANCECURVE, // Evlocallabhigthrescb
LUMINANCECURVE // Evlocallabdecaycb
LUMINANCECURVE, // Evlocallabdecaycb
LUMINANCECURVE, // Evlocallabrecothrer
LUMINANCECURVE, // Evlocallablowthresr
LUMINANCECURVE, // Evlocallabhigthresr
LUMINANCECURVE // Evlocallabdecayr
};