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

@@ -1230,6 +1230,9 @@ struct SoftLightParams {
struct DehazeParams {
bool enabled;
int strength;
bool showDepthMap;
int depth;
int detail;
DehazeParams();