Improve showmask and Guidedfilter dcrop

This commit is contained in:
Desmis
2019-08-31 08:00:41 +02:00
parent a9cb07de24
commit 0f8b9c4574
3 changed files with 47 additions and 8 deletions

View File

@@ -1249,7 +1249,7 @@ private:
if ((WaveParams.CLmethod == "one" || WaveParams.CLmethod == "inf") && WaveParams.Backmethod == "black") {
mL0 = mC0 = 0.f;
mL = -mL;
mL = -1.5f * mL;
mC = -mC;
} else if (WaveParams.CLmethod == "sup" && WaveParams.Backmethod == "resid") {
mL0 = mL;