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

@@ -1037,6 +1037,7 @@ struct LocallabParams {
double chromaskexp;
double gammaskexp;
double slomaskexp;
double lapmaskexp;
double softradiusexp;
Glib::ustring expMethod;
Glib::ustring exnoiseMethod;