add Contrast Threshold (sharp) - Local Contrast - Dehaze (retinex)

This commit is contained in:
Desmis
2018-12-19 19:33:33 +01:00
parent c3bd22f337
commit 0c40abf126
14 changed files with 584 additions and 31 deletions

View File

@@ -617,7 +617,15 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
LUMINANCECURVE, // Evlocallabadjblur
LUMINANCECURVE, // Evlocallabbilateral
LUMINANCECURVE, // Evlocallabsensiden
LUMINANCECURVE // Evlocallabavoid
LUMINANCECURVE, // Evlocallabavoid
LUMINANCECURVE, // Evlocallabsharcontrast
LUMINANCECURVE, //EvLocenacontrast
LUMINANCECURVE, //Evlocallablcradius
LUMINANCECURVE, //Evlocallablcamount
LUMINANCECURVE, //Evlocallablcdarkness
LUMINANCECURVE, //Evlocallablclightness
LUMINANCECURVE, //Evlocallabsensilc
LUMINANCECURVE //Evlocallabdehaz
};