Searched refs:RandomThresholdImage (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | threshold.h | 54 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
|
D | methods.h | 854 #define RandomThresholdImage PrependMagickMethod(RandomThresholdImage) macro
|
D | threshold.c | 2228 MagickExport MagickBooleanType RandomThresholdImage(Image *image, in RandomThresholdImage() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1462 using MagickCore::RandomThresholdImage;
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 4007 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThreshold() 4017 (void) RandomThresholdImage(image(),low_,high_,exceptionInfo); in randomThresholdChannel()
|
/external/ImageMagick/MagickWand/ |
D | operation.c | 3138 (void) RandomThresholdImage(_image,min_threshold,max_threshold, in CLISimpleOperatorImage()
|
D | mogrify.c | 2647 (void) RandomThresholdImage(*image,min_threshold,max_threshold, in MogrifyImage()
|
D | magick-image.c | 8917 return(RandomThresholdImage(wand->images,low,high,wand->exception)); in MagickRandomThresholdImage()
|