Capture sharpening: tiled deconvolution

This commit is contained in:
Ingo Weyrich
2019-09-14 14:43:32 +02:00
parent d9ad93c15d
commit 62ec0f0fd2
2 changed files with 346 additions and 37 deletions

View File

@@ -394,7 +394,7 @@ void buildBlendMask(const float* const * luminance, float **blend, int W, int H,
}
}
contrastThreshold = minvar <= 4.f ? calcContrastThreshold(luminance, topLeftYStart + minI, topLeftXStart + minJ, tilesize) : 0.f;
contrastThreshold = minvar <= 8.f ? calcContrastThreshold(luminance, topLeftYStart + minI, topLeftXStart + minJ, tilesize) : 0.f;
}
}
}