Change int by double cbdl - local contrast - shape detection

This commit is contained in:
Desmis
2019-02-22 11:00:55 +01:00
parent 35b8b77d53
commit cc3dd0f6e2
8 changed files with 45 additions and 47 deletions

View File

@@ -943,7 +943,7 @@ struct LocallabParams {
Glib::ustring spotMethod; // norm, exc
int sensiexclu;
int structexclu;
int struc;
double struc;
Glib::ustring shapeMethod; // IND, SYM, INDSL, SYMSL
int locX;
int locXL;
@@ -954,7 +954,7 @@ struct LocallabParams {
int circrad;
Glib::ustring qualityMethod; // none, std, enh, enhsup, contr, sob2
int transit;
int thresh;
double thresh;
double iter;
// Color & Light
bool expcolor;
@@ -1058,9 +1058,9 @@ struct LocallabParams {
// Local Contrast
bool expcontrast;
int lcradius;
int lcamount;
int lcdarkness;
int lclightness;
double lcamount;
double lcdarkness;
double lclightness;
int sensilc;
// Contrast by detail levels
bool expcbdl;