Fixed segfault bug and add strength gradient

This commit is contained in:
Desmis
2015-11-09 07:57:22 +01:00
parent 1892bbf772
commit 04478c3b94
10 changed files with 85 additions and 5 deletions

View File

@@ -455,7 +455,8 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
// DEMOSAIC, // EvLgrbl
DEMOSAIC, // EvRetinexlhcurve
RETINEX, // EvLiter
RETINEX // EvLgrad
RETINEX, // EvLgrad
RETINEX // EvLgrads
};