dehaze: added more user-controllable parameters

This commit is contained in:
Alberto Griggio
2018-10-11 13:43:45 +02:00
parent 83f5205006
commit 74ae459bf2
8 changed files with 190 additions and 12 deletions

View File

@@ -729,6 +729,9 @@ class DehazeParamsEdited
public:
bool enabled;
bool strength;
bool showDepthMap;
bool depth;
bool detail;
};