Lines Matching full:radius
88 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
93 Image *AdaptiveBlurImage(const Image *image,const double radius,
108 <dt>radius</dt>
109 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
123 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
128 Image *AdaptiveSharpenImage(const Image *image,const double radius,
143 <dt>radius</dt>
144 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
158 …radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
163 Image *BlurImage(const Image *image,const double radius,
178 <dt>radius</dt>
179 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
250 …edges in an image. Radius defines the radius of the convolution filter. Use a radius of 0 and Ed…
255 Image *EdgeImage(const Image *image,const double radius,
270 <dt>radius</dt>
271 <dd>the radius of the pixel neighborhood. </dd>
281 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
286 Image *EmbossImage(const Image *image,const double radius,
301 <dt>radius</dt>
302 <dd>the radius of the pixel neighborhood. </dd>
316 …radius and standard deviation (sigma). For reasonable results, the radius should be larger than si…
321 Image *GaussianBlurImage(const Image *image,onst double radius,
336 <dt>radius</dt>
337 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
356 Image *KuwaharaImage(const Image *image,const double radius,
371 <dt>radius</dt>
372 <dd>the square window radius. </dd>
391 Image *LocalContrastImage(const Image *image, const double radius,
406 <dt>radius</dt>
407 <dd>the radius of the Gaussian blur, in percentage with 100 resulting in a blur radius of 20 of lar…
421 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma.…
428 Image *MotionBlurImage(const Image *image,const double radius,
443 <dt>radius</dt>
444 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
535 Image *SelectiveBlurImage(const Image *image,const double radius,
550 <dt>radius</dt>
551 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
604 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
611 Image *SharpenImage(const Image *image,const double radius,
626 <dt>radius</dt>
627 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
641 …cts method that randomly displaces each pixel in a square area defined by the radius parameter.</p>
647 const PixelInterpolateMethod method,const double radius,
666 <dt>radius</dt>
677 …radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
682 Image *UnsharpMaskImage(const Image *image,const double radius,
698 <dt>radius</dt>
699 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>