revamped and simplified dehaze -- now it's finally usable

This commit is contained in:
Alberto Griggio
2018-10-16 23:20:11 +02:00
parent 7c10f92ace
commit 4d0ddd56e5
8 changed files with 87 additions and 237 deletions

View File

@@ -1232,7 +1232,6 @@ struct DehazeParams {
int strength;
bool showDepthMap;
int depth;
int detail;
DehazeParams();