Fixed bug in local contrast wavelet

This commit is contained in:
Desmis
2019-09-02 10:50:05 +02:00
parent 71486a6a5f
commit bc23a7063e
5 changed files with 22 additions and 15 deletions

View File

@@ -4736,6 +4736,7 @@ LocallabParamsEdited::LocallabSpotEdited::LocallabSpotEdited(bool v) :
sensilc(v),
fftwlc(v),
localcontMethod(v),
locwavcurve(v),
// Contrast by detail levels
expcbdl(v),
mult{v, v, v, v, v, v},
@@ -4988,7 +4989,6 @@ void LocallabParamsEdited::LocallabSpotEdited::set(bool v)
fftwlc = v;
localcontMethod = v;
locwavcurve = v;
locwavcurve = v;
// Contrast by detail levels
expcbdl = v;