Local adjustments - Log encoding - Recovery based on mask luminance (#6038)

* GUI for recovery mask - Log encoding

* Enable recovery Log encoding with luminance mask
This commit is contained in:
Desmis
2021-01-01 12:05:33 +01:00
committed by GitHub
parent f61ebbccd2
commit b8d5a3d9fb
11 changed files with 288 additions and 2 deletions

View File

@@ -1026,7 +1026,11 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallablowthresc
LUMINANCECURVE, // Evlocallabhigthresc
LUMINANCECURVE, // Evlocallabdecayc
LUMINANCECURVE // Evlocallabmidthresd
LUMINANCECURVE, // Evlocallabmidthresd
LUMINANCECURVE, // Evlocallabrecothresl
LUMINANCECURVE, // Evlocallablowthresl
LUMINANCECURVE, // Evlocallabhigthresl
LUMINANCECURVE // Evlocallabdecayl
};