Change settings Laplacian threshold

This commit is contained in:
Desmis
2019-06-05 12:33:43 +02:00
parent 75e3dd956e
commit b19588085b
3 changed files with 5 additions and 5 deletions

View File

@@ -1049,7 +1049,7 @@ struct LocallabParams {
bool expsoft;
int streng;
int sensisf;
int laplace;
double laplace;
Glib::ustring softMethod;
// Blur & Noise
bool expblur;