• Home
  • Raw
  • Download

Lines Matching full:radius

63radius and standard deviation (sigma).  For reasonable results, radius should be larger than sigma…
68 Image *AdaptiveBlurImage(const Image *image,const double radius,
83 <dt>radius</dt>
84 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
98radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
103 Image *AdaptiveSharpenImage(const Image *image,const double radius,
118 <dt>radius</dt>
119 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
133radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
138 Image *BlurImage(const Image *image,const double radius,
153 <dt>radius</dt>
154 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
225 …edges in an image. Radius defines the radius of the convolution filter. Use a radius of 0 and Ed…
230 Image *EdgeImage(const Image *image,const double radius,
245 <dt>radius</dt>
246 <dd>the radius of the pixel neighborhood. </dd>
256radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
261 Image *EmbossImage(const Image *image,const double radius,
276 <dt>radius</dt>
277 <dd>the radius of the pixel neighborhood. </dd>
291radius and standard deviation (sigma). For reasonable results, the radius should be larger than si…
296 Image *GaussianBlurImage(const Image *image,onst double radius,
311 <dt>radius</dt>
312 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
331 Image *KuwaharaImage(const Image *image,const double radius,
346 <dt>radius</dt>
347 <dd>the square window radius. </dd>
366 Image *LocalContrastImage(const Image *image, const double radius,
381 <dt>radius</dt>
382 <dd>the radius of the Gaussian blur, in percentage with 100 resulting in a blur radius of 20 of lar…
396radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma.…
403 Image *MotionBlurImage(const Image *image,const double radius,
418 <dt>radius</dt>
419 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
510 Image *SelectiveBlurImage(const Image *image,const double radius,
525 <dt>radius</dt>
526 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
579radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
586 Image *SharpenImage(const Image *image,const double radius,
601 <dt>radius</dt>
602 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
616 …cts method that randomly displaces each pixel in a square area defined by the radius parameter.</p>
622 const PixelInterpolateMethod method,const double radius,
641 <dt>radius</dt>
652radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
657 Image *UnsharpMaskImage(const Image *image,const double radius,
673 <dt>radius</dt>
674 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>