capture sharpening: further improvements and speedups

This commit is contained in:
Ingo Weyrich
2019-08-20 18:41:06 +02:00
parent dab39dae76
commit 0c1caf6c36
5 changed files with 307 additions and 18 deletions

View File

@@ -158,7 +158,7 @@ namespace rtengine
extern const Settings* settings;
void ImProcFunctions::deconvsharpening (float** luminance, float** tmp, float ** blend, int W, int H, const SharpeningParams &sharpenParam, double Scale)
void ImProcFunctions::deconvsharpening (float** luminance, float** tmp, const float * const * blend, int W, int H, const SharpeningParams &sharpenParam, double Scale)
{
if (sharpenParam.deconvamount == 0 && sharpenParam.blurradius < 0.25f) {
return;