Improve Retinex with Normalize luminance

This commit is contained in:
Desmis
2019-06-08 14:02:59 +02:00
parent c0a4e4c11b
commit 3a2d0c4dc6
10 changed files with 88 additions and 4 deletions

View File

@@ -720,8 +720,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, //Evlocallabdarkness
LUMINANCECURVE, //Evlocallablightnessreti
LUMINANCECURVE, //Evlocallablimd
LUMINANCECURVE, //Evlocallablaplace
LUMINANCECURVE //EvlocallabsoftMethod
LUMINANCECURVE, //Evlocallablaplace
LUMINANCECURVE, //EvlocallabsoftMethod
LUMINANCECURVE // Evlocallabequilret
};