Home
last modified time | relevance | path

Searched refs:GetOptimalKernelWidth1D (Results 1 – 5 of 5) sorted by relevance

/external/ImageMagick/MagickCore/
Dgem-private.h39 GetOptimalKernelWidth1D(const double,const double),
Dgem.c1594 MagickPrivate size_t GetOptimalKernelWidth1D(const double radius, in GetOptimalKernelWidth1D() function
1679 return(GetOptimalKernelWidth1D(radius,sigma)); in GetOptimalKernelWidth()
Deffect.c1206 width=GetOptimalKernelWidth1D(radius,0.5); in EdgeImage()
1296 width=GetOptimalKernelWidth1D(radius,sigma); in EmbossImage()
2051 width=GetOptimalKernelWidth1D(radius,sigma); in MotionBlurImage()
3122 width=GetOptimalKernelWidth1D(radius,sigma); in SelectiveBlurImage()
3816 width=GetOptimalKernelWidth1D(radius,0.5); in SpreadImage()
Dmethods.h496 #define GetOptimalKernelWidth1D PrependMagickMethod(GetOptimalKernelWidth1D) macro
Dmorphology.c1148 kernel->width = GetOptimalKernelWidth1D(args->rho,sigma); in AcquireKernelBuiltIn()
1234 kernel->width = (GetOptimalKernelWidth1D(args->rho,sigma)-1)/2+1; in AcquireKernelBuiltIn()