Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dthreshold.h43 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
Dmethods.h843 #define RandomThresholdImage PrependMagickMethod(RandomThresholdImage) macro
844 #define RandomThresholdImage PrependMagickMethod(RandomThresholdImage) macro
Dthreshold.c1623 MagickExport MagickBooleanType RandomThresholdImage(Image *image, in RandomThresholdImage() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1410 using MagickCore::RandomThresholdImage;
/external/ImageMagick/Magick++/lib/
DImage.cpp3945 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThreshold()
3955 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThresholdChannel()
/external/ImageMagick/MagickWand/
Doperation.c3065 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
Dmagick-image.c8155 return(RandomThresholdImage(wand->images,low,high,wand->exception)); in MagickRandomThresholdImage()
Dmogrify.c2569 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()