Suppress unused wavelet parameters issue4318
This commit is contained in:
@@ -1878,8 +1878,6 @@ void ImProcFunctions::WaveletcontAllL(LabImage * labco, float ** varhue, float *
|
||||
//one can also chnage in calckoe
|
||||
float edd = settings->ed_detec;
|
||||
float eddlow = settings->ed_low; //5 to 40
|
||||
// float eddlipinfl=settings->ed_lipinfl;
|
||||
// float eddlipampl=settings->ed_lipampl;
|
||||
float eddlipinfl = 0.005f * cp.edgsens + 0.4f;
|
||||
float eddlipampl = 1.f + cp.edgampl / 50.f;
|
||||
// float eddlow=5.f + cp.edgampl/2.f;//settings->ed_low;//5 to 40
|
||||
|
||||
@@ -90,8 +90,6 @@ public:
|
||||
double ed_detec;
|
||||
double ed_detecStr;
|
||||
double ed_low;
|
||||
double ed_lipinfl;
|
||||
double ed_lipampl;
|
||||
|
||||
Glib::ustring lensfunDbDirectory; ///< The directory containing the lensfun database. If empty, the system defaults will be used (as described in http://lensfun.sourceforge.net/manual/dbsearch.html)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user