dehaze: added lumimance mode from ART, #5456, thanks to @agriggio

This commit is contained in:
Ingo Weyrich
2019-09-20 14:03:09 +02:00
parent 7d5ec6c067
commit 7ff3192cc9
9 changed files with 75 additions and 14 deletions

View File

@@ -596,6 +596,7 @@ struct DehazeParamsEdited {
bool strength;
bool showDepthMap;
bool depth;
bool luminance;
};
struct RAWParamsEdited {