add Laplacian threshold to mask exposure

This commit is contained in:
Desmis
2019-10-06 17:36:58 +02:00
parent 38b53ca9b6
commit 3e6680b7ce
10 changed files with 45 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ private:
Adjuster* const chromaskexp;
Adjuster* const gammaskexp;
Adjuster* const slomaskexp;
Adjuster* const lapmaskexp;
Adjuster* const softradiusexp;
Adjuster* const laplacexp;
Adjuster* const balanexp;