HomeSort by relevance Sort by last modified time
    Searched refs:BlurImage (Results 1 - 17 of 17) sorted by null

  /external/ImageMagick/MagickCore/
effect.h 65 *BlurImage(const Image *,const double,const double,ExceptionInfo *),
methods.h 128 #define BlurImage PrependMagickMethod(BlurImage)
129 #define BlurImage PrependMagickMethod(BlurImage)
    [all...]
effect.c 196 gaussian_image=BlurImage(edge_image,radius,sigma,exception);
518 gaussian_image=BlurImage(edge_image,radius,sigma,exception);
752 % BlurImage() blurs an image. We convolve the image with a Gaussian operator
754 % the radius should be larger than sigma. Use a radius of 0 and BlurImage()
757 % The format of the BlurImage method is:
759 % Image *BlurImage(const Image *image,const double radius,
774 MagickExport Image *BlurImage(const Image *image,const double radius,
    [all...]
fx.c 621 charcoal_image=BlurImage(edge_image,radius,sigma,exception);
    [all...]
opencl.c 1056 bluredImage=BlurImage(inputImage,10.0f,3.5f,exception);
    [all...]
statistic.c     [all...]
display.c     [all...]
  /external/ImageMagick/www/api/
effect.php 55 <p class="text-center"><a href="effect.php#AdaptiveBlurImage">AdaptiveBlurImage</a> &bull; <a href="effect.php#AdaptiveSharpenImage">AdaptiveSharpenImage</a> &bull; <a href="effect.php#BlurImage">BlurImage</a> &bull; <a href="effect.php#ConvolveImage">ConvolveImage</a> &bull; <a href="effect.php#DespeckleImage">DespeckleImage</a> &bull; <a href="effect.php#EdgeImage">EdgeImage</a> &bull; <a href="effect.php#EmbossImage">EmbossImage</a> &bull; <a href="effect.php#GaussianBlurImage">GaussianBlurImage</a> &bull; <a href="effect.php#KuwaharaImage">KuwaharaImage</a> &bull; <a href="effect.php#MotionBlurImage">MotionBlurImage</a> &bull; <a href="effect.php#PreviewImage">PreviewImage</a> &bull; <a href="effect.php#RotationalBlurImage">RotationalBlurImage</a> &bull; <a href="effect.php#SelectiveBlurImage">SelectiveBlurImage</a> &bull; <a href="effect.php#ShadeImage">ShadeImage</a> &bull; <a href="effect.php#SharpenImage">SharpenImage</a> &bull; <a href="effect.php#SpreadImage">SpreadImage</a> &bull; <a href="effect.php#UnsharpMaskImage">UnsharpMaskImage</a></p>
127 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/effect_8c.html" id="BlurImage">BlurImage</a></h2>
129 <p>BlurImage() blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and BlurImage() selects a suitable radius for you.</p>
131 <p>The format of the BlurImage method is:</p>
134 Image *BlurImage(const Image *image,const double radius,
magick-image.php     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/ImageMagick/coders/
msl.c     [all...]

Completed in 180 milliseconds