From: cristy Date: Mon, 29 Sep 2014 19:02:29 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1963 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=796b71e3f6862693e6c7fabcb338bfa69fa6cce7;p=imagemagick --- diff --git a/MagickCore/effect.c b/MagickCore/effect.c index 35a7644db..302c44fd7 100644 --- a/MagickCore/effect.c +++ b/MagickCore/effect.c @@ -1467,7 +1467,7 @@ MagickExport Image *KuwaharaImage(const Image *image,const double radius, */ status=MagickTrue; progress=0; - width=GetOptimalKernelWidth1D(radius,0.5); + width=GetOptimalKernelWidth1D(radius,sigma); image_view=AcquireVirtualCacheView(image,exception); kuwahara_view=AcquireAuthenticCacheView(kuwahara_image,exception); #if defined(MAGICKCORE_OPENMP_SUPPORT)