Added experimental hsl mode for DeHaze (with still incomplete gui)

This commit is contained in:
heckflosse
2015-09-09 12:22:25 +02:00
parent d8945607d5
commit 6cdc6e1fe4
10 changed files with 121 additions and 10 deletions

View File

@@ -440,7 +440,8 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
DEMOSAIC, // EvDehazEnabled
DEMOSAIC, // EvDehazretinex
DEMOSAIC, // EvDehazmedianmap
DEMOSAIC // EvLlimd
DEMOSAIC, // EvLlimd
DEMOSAIC // Evdehazcolorspace
};