• Home
  • Raw
  • Download

Lines Matching full:radius

59radius and standard deviation (sigma).  For reasonable results, radius should be larger than sigma…
64 Image *AdaptiveBlurImage(const Image *image,const double radius,
79 <dt>radius</dt>
80 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
94radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
99 Image *AdaptiveSharpenImage(const Image *image,const double radius,
114 <dt>radius</dt>
115 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
129radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
134 Image *BlurImage(const Image *image,const double radius,
149 <dt>radius</dt>
150 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
221 …edges in an image. Radius defines the radius of the convolution filter. Use a radius of 0 and Ed…
226 Image *EdgeImage(const Image *image,const double radius,
241 <dt>radius</dt>
242 <dd>the radius of the pixel neighborhood. </dd>
252radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
257 Image *EmbossImage(const Image *image,const double radius,
272 <dt>radius</dt>
273 <dd>the radius of the pixel neighborhood. </dd>
287radius and standard deviation (sigma). For reasonable results, the radius should be larger than si…
292 Image *GaussianBlurImage(const Image *image,onst double radius,
307 <dt>radius</dt>
308 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
327 Image *KuwaharaImage(const Image *image,const double radius,
342 <dt>radius</dt>
343 <dd>the square window radius. </dd>
357radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma.…
364 Image *MotionBlurImage(const Image *image,const double radius,
379 <dt>radius</dt>
380 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
471 Image *SelectiveBlurImage(const Image *image,const double radius,
486 <dt>radius</dt>
487 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
540radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
547 Image *SharpenImage(const Image *image,const double radius,
562 <dt>radius</dt>
563 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
577 …cts method that randomly displaces each pixel in a square area defined by the radius parameter.</p>
583 const PixelInterpolateMethod method,const double radius,
602 <dt>radius</dt>
613radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
618 Image *UnsharpMaskImage(const Image *image,const double radius,
634 <dt>radius</dt>
635 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>