Change call edge to Ftblockdn

This commit is contained in:
Desmis
2020-10-12 11:13:32 +02:00
parent 8e9e397130
commit 344735bb8b
2 changed files with 36 additions and 3 deletions

View File

@@ -2378,6 +2378,11 @@ bool ImProcFunctions::WaveletDenoiseAll_BiShrinkAB(wavelet_decomposition& Wavele
{
int maxlvl = WaveletCoeffs_L.maxlevel();
if (local == 1) {
maxlvl = 6; //for local denoise
}
if (local == 2) {
maxlvl = 7; //for local denoise
}
@@ -2615,6 +2620,11 @@ bool ImProcFunctions::WaveletDenoiseAllAB(wavelet_decomposition& WaveletCoeffs_L
int maxlvl = WaveletCoeffs_L.maxlevel();
if (local == 1) {
maxlvl = 6; //for local denoise
}
if (local == 2) {
maxlvl = 7; //for local denoise
}