Fixed provisory crash and bug in retinex

This commit is contained in:
Desmis
2019-05-20 19:04:49 +02:00
parent 9566907887
commit 1435a2e5e0
11 changed files with 66 additions and 21 deletions

View File

@@ -1070,7 +1070,7 @@ struct LocallabParams {
// Retinex
bool expreti;
Glib::ustring retinexMethod;
int str;
double str;
int chrrt;
int neigh;
int vart;
@@ -1089,6 +1089,7 @@ struct LocallabParams {
double chromaskreti;
double gammaskreti;
double slomaskreti;
double blendreti;
// Sharpening
bool expsharp;
int sharcontrast;