Home
last modified time | relevance | path

Searched refs:RandomThresholdImage (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/MagickCore/
Dthreshold.h54 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
Dmethods.h854 #define RandomThresholdImage PrependMagickMethod(RandomThresholdImage) macro
Dthreshold.c2228 MagickExport MagickBooleanType RandomThresholdImage(Image *image, in RandomThresholdImage() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1462 using MagickCore::RandomThresholdImage;
/external/ImageMagick/Magick++/lib/
DImage.cpp4007 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThreshold()
4017 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThresholdChannel()
/external/ImageMagick/MagickWand/
Doperation.c3138 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
Dmogrify.c2647 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()
Dmagick-image.c8917 return(RandomThresholdImage(wand->images,low,high,wand->exception)); in MagickRandomThresholdImage()